spytek_98
Aug 25th, 2005, 07:18 AM
Hi all,
I'm using spring / struts for a current web project.
I've started using the SpringBindingFormAction to remove the use of ActionForms and just use POJO's. This is working well.
My question is, with spring / struts intergration want options do I have in order to validate the input from the actionForm? Considering that i'm using the SpringBindingActionForm?
Can I still use the Struts Validator? How would that be implemented considering that we arent using actionForms anymore?
If i'm using the SpringBindingActionForm could I use the Springs validator framework? how would I get it to automatically validate a form, when i submit in the struts framework?
Thanks
S
I'm using spring / struts for a current web project.
I've started using the SpringBindingFormAction to remove the use of ActionForms and just use POJO's. This is working well.
My question is, with spring / struts intergration want options do I have in order to validate the input from the actionForm? Considering that i'm using the SpringBindingActionForm?
Can I still use the Struts Validator? How would that be implemented considering that we arent using actionForms anymore?
If i'm using the SpringBindingActionForm could I use the Springs validator framework? how would I get it to automatically validate a form, when i submit in the struts framework?
Thanks
S