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

2008-08-12 Thread stanlick
>Outsourcing > > > > > [EMAIL PROTECTED] > 08/11/2008 04:58 PM > Please respond to > "Struts Users Mailing List" > > > To > "Struts Users Mailing List" > cc > >

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

2008-08-11 Thread Dwipin C
c Subject Re: value-stack data lost when using dynamic result. I have a base domain with a currentPage property on it for this sort of requirement. My action maintains this currentPage on the model which is kept populated. Remember to set an initial value on the property in case there are va

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

2008-08-11 Thread stanlick
I have a base domain with a currentPage property on it for this sort of requirement. My action maintains this currentPage on the model which is kept populated. Remember to set an initial value on the property in case there are validation errors from the start. Scott On Sun, Aug 10, 2008 at 11:5

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