Use "Tiles", along with Struts....then you can have Portal like behaviour for your application.
-----Original Message----- From: Anil Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 7:50 AM To: [EMAIL PROTECTED] Subject: Strut application with support for portal like behavior I am trying to use "Strut application framework". I need a portal like behavior in my application I want to know whether the "Strut application framework" have a support for Portal - or can it be use to support portal like behavior ie ; Here is the brief description of my problem :- - I have a main page having data from 3 different .jsps(ie these jsps are included in the main jsp page) - - If I click on the submit button on one of the jsp page - I want to move to the next screen on that jsp - while preserving the other 2 jsps data - as we get the behaviour in Portal. I tried using ActionMapping.findforward() I just get the data from the new forwarded page and 2 old jsp pages data is overridden I tried using ActionMapping.setInclude(...) - but still the same behaviour - need some help in this regard -Anil ======= _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> tsdok -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

