Re: [S1] Ping another page from within a struts application

2007-10-28 Thread Paul Benedict
I do not understand what you're trying to achieve. You cannot send information to pages unless you're doing client-side scripting. You can, however, send a new request to a server with information. Paul On 10/22/07, enthucoder [EMAIL PROTECTED] wrote: I have requirement where, i need to send

Re: [S1] Ping another page from within a struts application

2007-10-23 Thread Piero Sartini
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

[S1] Ping another page from within a struts application

2007-10-22 Thread enthucoder
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? -- View this message in context: http://www.nabble.com/-S1--Ping-another-page-from-within