I also posted this in the WebWork forum.

We have succesfully developed a large application that supports milllions of
users with WebWork 2.2.4. It has worked great. This application is comprised
of many independent "panels" that are invoked using the "Page-Controller"
pattern as defined in the Lightbody/Carreira book. Since these panels are
basically HTML fragments, I want to reuse the same code to create portlets
for some of these panels. When invoked from the 168Dispatcher, I do not have
access to the HTTPRequest object in the Action class for each panel. So, how
do I get access to:
1) URL parameters
2) Browser info
3) Session attributes
4) Request header info

I do not see this in the examples or docs. Thanks. 
-- 
View this message in context: 
http://www.nabble.com/Struts2-Portlet-support-tf3813028.html#a10793525
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to