Hey Nils-H,

Thanks for committing the fix for using the valuestack to find request 
attributes. It's working great for me so far in Jetspeed 2.

I've run into another issue with converting my Struts app to a portlet from a 
standard web app. I was using the "redirectAction" result type for "redirect 
after post" 
functionality, but that is not working in the porlet environment. I'm wondering 
if there is a way to make this work. I know there are other ways to implement 
redirects to 
actions and the "redirectAction" may not be necessary in portlets, but it would 
be nice if it did from the perspective of being able to easily switch between 
Web app and 
portlet versions of an application.

The issue seems to be ServletRedirectResult.doExecute() on line 146 where it 
tries to run PortletServletResponse.encodeRedirectURL() (that throws exception 
because it's 
not implemented. Perhaps we could implement something? We'd also have to 
provide an implementation for PortletServletResponse.sendRedirect() as well. 
Not sure this even 
makes sense though the more I think about it.

Thoughts?

James




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

Reply via email to