Re: Unable to Repopulate the select control once the validation failed

2007-09-05 Thread Laurie Harper

vamsi wrote:

Hi,

I am using struts validation frame work. if the validation fails I am 
returning to the same jsp page.

Here in this page there is some date is which was populated when the 
jsp page initially loaded.

when saving the data I am performing the validation if it fails  I am 
doing ing something like this

   \XXX.jsp
   \XXX.jsp

  if  I redirect the input action the data is getting populated but the 
error messages are not getting displayed

 Why it is heppening like is there anything to conifure im my application


Validation error messages are stored in request scope, so they're lost 
if you redirect. If you really need a redirect in this situation, the 
Message Store interceptor [1] may help, though I've reports of problems 
using it in this situation.


L.

[1] http://struts.apache.org/2.x/docs/message-store-interceptor.html


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Unable to Repopulate the select control once the validation failed

2007-09-02 Thread vamsi

Hi,

I am using struts validation frame work. if the validation fails I am 
returning to the same jsp page.

Here in this page there is some date is which was populated when the 
jsp page initially loaded.

when saving the data I am performing the validation if it fails  I am 
doing ing something like this

   \XXX.jsp
   \XXX.jsp

  if  I redirect the input action the data is getting populated but the 
error messages are not getting displayed

 Why it is heppening like is there anything to conifure im my application

regards

Vamsi