Re: struts result going to a current page

2008-02-16 Thread Srinivas Surapaneni
I am working on struts2. I cannot return null from the action. 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 On Feb 16, 2008 1:55 PM, auz <[EMAIL PROTECTED]> wrote: > > try returning null as an a

Re: struts result going to a current page

2008-02-16 Thread auz
try returning 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 any way to get the current page and specify it as the result ?