RE: Reload the same page

2006-06-08 Thread manoj.tripathi
Forward the request to an action instead of a jsp. In the action code set the request and forward to jsp Hope that helps Cheers -Original Message- From: Maya menon [mailto:[EMAIL PROTECTED] Sent: 08 June 2006 21:31 To: Struts Users Mailing List Subject: Reload the same page All

Re: Reload the same page

2006-06-08 Thread Albert L. Sapp
Maya menon wrote: All, I have a page, results.jsp with a link < ahref="deleteAction.do?/> In deleteAction, the record will be deleted by calling the helper classes and on succesful delete the request should be forwarded again to the results.jsp. How can I achieve this ? In str

Reload the same page

2006-06-08 Thread Maya menon
All, I have a page, results.jsp with a link < ahref="deleteAction.do?/> In deleteAction, the record will be deleted by calling the helper classes and on succesful delete the request should be forwarded again to the results.jsp. How can I achieve this ? In strts-config,

Re: jsp reload the same page

2005-11-03 Thread Michael Jouravlev
On 11/3/05, fea jabi <[EMAIL PROTECTED]> wrote: > In my jsp there is a table with some contents. there is a delete and restore > buttons at bottom. > > using LookupDispatchAction I am checking which action to perform and doing > so. But after performing the Action it gets forwarded to the same JSP.

jsp reload the same page

2005-11-03 Thread fea jabi
In my jsp there is a table with some contents. there is a delete and restore buttons at bottom. using LookupDispatchAction I am checking which action to perform and doing so. But after performing the Action it gets forwarded to the same JSP. according to what I had written i.e from LookupDisp