| Article: |
Using the Validator Framework with Struts | |
| Subject: | Re :About Struts Validator Framework | |
| Date: | 2007-02-28 23:20:30 | |
| From: | GoelPuneet | |
|
Hi everybody , I am using validator framework and ifeel there are some limitations using it . Firstly i have configure the formset for all availble locales .Thatmeans i have to retype the same code that is written and only with a single change . Secondly i am having problem using the message tag of field element which says if u have given the resource field as false it will take the key a s a litral string .But it does not takes.
|
||
Showing messages 1 through 1 of 1.
-
Re :About Struts Validator Framework
2007-11-19 05:10:58 java4cdcgs [View]



I need some clarity on the page attribute in struts validations.
I have a page with 3 buttons. First 3 input fields and one button (first button)will be displayed in the jsp page,if i click the first button then another 3 fields and one button(second button) will be added to that jsp page , again i click the second button another 3 buttons and one butoon (third button) will be added to the jsp page.now my Problem is : can i witre all fields validation in validation.xml.if i will write all field validations , it will check only the first 3 fields only, pls solve my problem