Hi All,
I am working on urlGenaration. There are 2 portlets,
Portlet A (Basic portlet)
Portlet B (
Struts 2.o portlet)
in Portlet A , I am using urlGenaration and redirecting it to Portlet
B. I am able to render the Portlet B. But it is not calling the Action
Phase(processAction) or Render Phase(doView). it is calling init
method and rendering the page. Here is redirection code,
Can somebody help me out for the solution.