Re: value-stack data lost when using dynamic result.

2008-08-11 Thread Dwipin C
lidation errors from the start. Scott On Sun, Aug 10, 2008 at 11:57 PM, Dwipin C <[EMAIL PROTECTED]> wrote: > Hi, >I have this requirement to have a dynamic result dispatch. I am > accomplishing this the following way - >

value-stack data lost when using dynamic result.

2008-08-10 Thread Dwipin C
Hi, I have this requirement to have a dynamic result dispatch. I am accomplishing this the following way - ${loginPage} ${loginPage} The page dynamically shows up, no problems there. However when

namespace getting appended to servletPath

2008-06-25 Thread Dwipin C
Hi, I have used a namespace "abc" for a particular set of action classes. The action class invocation happens with the namespace in the requested url, as expected. However after the processing is done, the namespace is appended to the result jsp. code snippet - http://struts.apache