Re: Re[2]: Forward from tile

2004-06-12 Thread Niall Pemberton
ECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, June 12, 2004 5:30 PM Subject: Re[2]: Forward from tile > Thank you Niall. It works! > I extend TilesRequestProcessor class and overload processForwardConfig > method. There I put forward.getName

Re[2]: Forward from tile

2004-06-12 Thread Pavlikus
Thank you Niall. It works! I extend TilesRequestProcessor class and overload processForwardConfig method. There I put forward.getName() value in session. It works but I have a little questions on this subj. To use such feature I need to declare almost of my forward as global forwards. Is it normal

Re: Forward from tile

2004-06-12 Thread Niall Pemberton
> To: <[EMAIL PROTECTED]> Sent: Saturday, June 12, 2004 2:50 PM Subject: Forward from tile > Hi. My 'header' tile contains the banner and drop-down box for language choose. > This header tile included on each page of site. > I use tile-controller class to prepare langua

Forward from tile

2004-06-12 Thread Pavlikus
Hi. My 'header' tile contains the banner and drop-down box for language choose. This header tile included on each page of site. I use tile-controller class to prepare languages list and Action for setup desired language in session: How can I return on previous page when user change language? And h