Re: [struts] struts result going to a current page

2008-02-16 Thread Srinivas Surapaneni
aleException happens anywhere in the application the request is send back to the current page by means of Jpf.NavigareTo.Page Thanks On Feb 16, 2008 6:41 PM, Srinivas Surapaneni <[EMAIL PROTECTED]> wrote: > Yes, > > I want to return to whatever page referred the current request. Wheneve

Re: [struts] struts result going to a current page

2008-02-16 Thread Srinivas Surapaneni
current page Thanks On Feb 16, 2008 3:02 PM, Dale Newfield <[EMAIL PROTECTED]> wrote: > Srinivas Surapaneni wrote: > > I want the current page in the global exception handler. Instead of > giving a > > specific jsp page, I want to return to what ever the current page is >

Re: struts result going to a current page

2008-02-16 Thread Srinivas Surapaneni
g null as an actionForward > this works for ajax. its for struts 1.x > > > Srinivas Surapaneni wrote: > > > > I want to define a global exception handler where if this exception > > happens, > > it goes to the current page > > > > Is there

struts2 getting current page

2008-02-16 Thread Srinivas Surapaneni
I want to define a global exception handler where if this exception happens, it goes to the current page Is there any way to get the current page and specify it as the result ? Thanks

global exception handling

2007-12-31 Thread Srinivas Surapaneni
> > Is there a way to go the current page when an exception occurs? > > I don' tknow the page name. I want to get the current page dynamically. I > want to define a globally which appplied to all actions > > Thanks > srinivas >