Re: Namespace issue for a particular result ...

2008-01-09 Thread Mufaddal Khumri
That was an oversight on my part .. I just changed the type to redirect. Instead of the URL I send the action a request.getRequestURI + request.getQueryString (if any) and that now works good as a champ. -Mufaddal. On Jan 9, 2008, at 9:23 AM, Dave Newton wrote: --- Mufaddal Khumri <[EMA

Re: Namespace issue for a particular result ...

2008-01-09 Thread Dave Newton
--- Mufaddal Khumri <[EMAIL PROTECTED]> wrote: > > extends="mypackage"> > > > ${originalUrl} > > > > > > > In this case the LoginAction received the original url as: http:// > localhost/mypackage/cr/test.action > > When I execute this cod

Namespace issue for a particular result ...

2008-01-09 Thread Mufaddal Khumri
I have a struts config file with the following: http://struts.apache.org/dtds/struts-2.0.dtd";> extends="mypackage"> ${originalUrl} In this case the LoginAction received the original url as: http:// localhost/mypackage/cr/test.action