Help with master-details screens

2002-09-09 Thread Hoang, Hai
The user clicks on a link on the master page, which lead to a detail page so that the user can modify stuff. Once he is done and submitted the changes, I saved it and forwarded the request back to the master page. The problem is that the URL still shows the link of the detail page on the master

RE: Help with master-details screens

2002-09-09 Thread Trieu, Danny
Use transaction token provided by the form tags. -Original Message- From: Hoang, Hai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 8:53 AM To: 'struts-user' Subject: Help with master-details screens The user clicks on a link on the master page, which lead to a detail

RE: Help with master-details screens

2002-09-09 Thread Hoang, Hai
with master-details screens Use transaction token provided by the form tags. -Original Message- From: Hoang, Hai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 8:53 AM To: 'struts-user' Subject: Help with master-details screens The user clicks on a link on the master page, which lead

Re: Help with master-details screens

2002-09-09 Thread David Geary
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 10:55 AM To: 'Struts Users Mailing List' Subject: RE: Help with master-details screens Use transaction token provided by the form tags. -Original Message- From: Hoang, Hai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09

RE: Help with master-details screens

2002-09-09 Thread Trieu, Danny
Nothing you can do unless you do a sendredirect. -Original Message- From: Hoang, Hai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 9:18 AM To: 'Struts Users Mailing List' Subject: RE: Help with master-details screens Transaction token only prevent resubmitting. How can