aspose file tools
The moose likes Other Application Frameworks and the fly likes BindandValidate Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "BindandValidate Problem" Watch "BindandValidate Problem" New topic
Author

BindandValidate Problem

Prabu Bala
Greenhorn

Joined: Feb 27, 2007
Posts: 23
Dear All,
I am facing a problem in bindandvalidate in spring webflow.I enetred some values in jsp then enters into binder and it does the binding properly. even I am able to see the binded values in the validator. But after validations, if it has any error then it will forward to the same jsp, here in the jsp I am not getting the entered values.
Somehow the value is getting missed but in my validator i used a print statement at the last here its displaying the value but its getting missed in the jsp. Can you please help me in this?

Thanks in advance,
Prabu
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: BindandValidate Problem
 
Similar Threads
JSF prevents custom validator from getting control
Dispatcher Action doubt.
JSF Validation not working
Spring MVC: How to handle to different command object for two different forms
how can we update the Managed Bean data in Process Validation phase?