Where is JSR-168 support?

Hi all,

I do manage to create jsr-168 jsf portlets using JSC , But one thing i failed to understand. I dont see the code as a standard jsr-168 portlet. Where is the processAction()? where is the request response object. Now i use to follow jsr-168 specs to get user information and to get portlet url.. How could i achieve this in Sun java Creator

regard

Kimi

[384 byte] By [Kimi_Rex] at [2007-11-26 9:11:56]
# 1

portlet url could probably be managed in part by ((PortletContext)getFacesContext().getCurrentInstance().getExternalContext().ge tContext()).getRealPath("/")

to get at least the relative part of the path. In terms of the full url, not sure where you can find the server portion.

For the rest of the questions, I would love to get the answer. I can't find much documentation online on how to really extend processAction for our own uses.

jbjonesjr at 2007-7-6 23:32:50 > top of Java-index,Development Tools,Java Tools...