- 
        1. Re: Integrating existing Struts based application within thegirishramagiri Nov 12, 2006 9:23 AM (in response to girishramagiri)Please note that the URLs mentioned got misinterpreted, they should have been: 
 /applicationname/MainMenuLogonAction.do
 http://localhost:8080/applicationname/MainMenuLogonAction.do
 http://localhost:8080/applicationname/MainMenuLogonAction.do?param1=A¶m2=B......
 Thanks & Regards,
 Girish
- 
        2. Re: Integrating existing Struts based application within thelittlefish Nov 13, 2006 4:18 AM (in response to girishramagiri)HI!! i am work with jboss portal 2.4 too! but i still can't deploy a work struts portlet in the server! can you give me some reference to make it works. integrating existing struts based application within the portlet! THX 
 maybe some reference link.
- 
        3. Re: Integrating existing Struts based application within themanuelpalacio Nov 16, 2006 8:13 AM (in response to girishramagiri)Are you using Struts Bridge? 
 I successfully deployed a Struts application as a portlet the other day.
 It is important to remember that all user interaction must go through actions and that all output should be rendered from an ActionForward after action processing.
- 
        4. Re: Integrating existing Struts based application within thegirishramagiri Nov 17, 2006 11:50 AM (in response to girishramagiri)Hi, 
 Nopes I didnt use Struts Bridge. Instead I am redirecting to a jsp from the Portlet.java & in this jsp, I am again redirecting to Servlet. This Servlet then forwards the request to the struts action (ex: MenuAction.do). Now the next issue that I am facing in this implementation is that all the links & form submits in MenuAction.jsp are opening in a new window. I think the application environment & portlet environment has no communication at all with this approach. Do I need to use Struts Bridge to fix this issue?
 If you have used the Struts Bridge kindly let me know.
 Many Thanks in Advance,
 Girish
 
     
    