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?

You wrote 'Store the href...' what exactly href? And to how redirect to
this 'href' from my action?

I'm new for struts, so thanks for your patience :)


NP> Store the href to the previous page in the users session for every request -
NP> either customise the RequestProcessor to do this or have a "BaseAction"
NP> which all your actions inherit from which does it.

NP> Niall



>> Hi. My 'header' tile contains the banner and drop-down box for language
NP> 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 have not any nice ides to determine from what
>> page(tile-definition) user arrived.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to