On Jul 8, 2004, at 4:44 AM, David Le Strat wrote:

David,

Thanks for the note. I started playing with this. I
was just wondering.  Struts and JSF do not have access
to the PortletContext which requires an extra step in
passing the service to let's say a Struts action.
Would it make sense to make the service available from
the request instead of the portlet context?


Yes, I see your point, although it leaves me wondering if the EG screwed up here.
We don't have a well-defined way to get to the PortletContext from a JSP.
A solution something like:


renderRequest.getAttribute("cps:ServiceName");

I really preferred having it in the context, but I don't see a way to get to the context via the Portlet API in a JSP

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office]   +01 707 773-4646
[mobile] +01 707 529 9194



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to