what do you mean by automatic validation? I have a validator class in which i am doing the validation in validate(Object command, Errors errors) method
Type: Posts; User: 4seasons; Keyword(s):
what do you mean by automatic validation? I have a validator class in which i am doing the validation in validate(Object command, Errors errors) method
make sure you have the spring taglib included in your jsp file which you are using in your jsp:include
yeah i have visited this link before...the problem here is how to bind the dynamically generated input tags (added through clientside javascript and dhtml) to spring form/command object...:confused:
Is there a solution for this..?? i searched on on the threads and found this old thread which exactly is my problem...i have a page where i add textboxes dynamically through javascript..when i submit...
iam using URLBasedViewResolver and iam able to forward from one controller to another controller it works fine..but i dont see the referenceData method on the target controller being invoked in this...
thanks mdeinum ...it worked! i knew iam doing something basically wrong..thanks for your help..
I have implemented the referenceData method, which according to the document states, "collect any data required to render the form view". through this method my command object gets filled..am i...
OOOPS..my bad...it was just a copy paste issue...and i do have the closing tag..which abides to the xml syntax...
do you have any other inputs on to get this checkbox stuff work?
Yeah i did looked into it..but it wasnt clear enough (atleast for me :confused:) ..
I have a respective closing </form:checkbox> tag so i dont require to close it in first place..
Also I would rewrite it
Its the same thing i have done with a separate closing tag
I...
Hi guys
Iam new to spring framework and have been breaking my head to make the <form:checkbox work...may be iam complicating without following the basics...can anyone shed some light on me......