[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-17 Thread 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

[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-16 Thread palace
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. View the original post :

[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-13 Thread littlefish
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. View the original post : http://www.jboss.com

[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-12 Thread 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 View th