RE: Forwarding to Different JSP

2006-11-21 Thread Mano Chinthaka Dasanayaka
iling List Subject: Re: Forwarding to Different JSP Hi, Having your forwards configured in the struts-config.xml is good for maintenace, if you need to change a forwad its just a matter of chaning the .xml, hard codeing the forwards in action class is not good when you have configuareable fram

Re: Forwarding to Different JSP

2006-11-21 Thread Nuwan Chandrasoma
have 10 forwards in my struts-config.xml Regards, Nuwan. - Original Message - From: "Mano Chinthaka Dasanayaka" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Tuesday, November 21, 2006 6:33 AM Subject: RE: Forwarding to Different JSP

RE: Forwarding to Different JSP

2006-11-21 Thread Mano Chinthaka Dasanayaka
Hi, Yes I also had this type of a scenario to cover. I also used the same way as you have mentioned. I used multiple forwards in the config file so that based on the forward user is directed to the relevant page. But if your pages are very much similar you can hide several controls .. Regards, man