>Actually, the preferred way to use Struts within a Portlet is to use two >Struts Actions: one for processAction forwarding to a RenderAction which >in the end dispatches to a JSP. >But yes, if an Struts Action forwards to a JSP from within an ActionRequest >the Struts bridge will break in and defer the JSP rendering.
i have a question to this statement. you say the preffered way is follow: jsp --> start action --> action is not forwarding to a jsp, but to a next action --> this action do nothing, only forward to a jsp ?! i'm asking, because it's not clear for me, what handicap i will get, if i do it like this: jsp--> start action --> action forwarded to jsp because i have a application which is running as portlet like this way. thanks thomas
