Am Montag, 22. Oktober 2007 19:27:59 schrieb enthucoder: > I have requirement where, i need to send session id of app2 to a listener > page in app1 (i.e non jee based one and i am allowed to send this > information as a 'get'), everytime the a new page loads or user goes to new > page in app2, without transferring control to app1 . > > Can somebody point me towards how best i can achieve this?
If you want to execute something everytime an action is called in struts2 you could use a custom interceptor. http://struts.apache.org/2.0.9/docs/interceptors.html http://struts.apache.org/2.0.9/docs/writing-interceptors.html Piero --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]