Hi friends
i have stuckup in validation framework because my form will get fields
dynamically on user request
and i cannot predect how my fields it will have when posting the form....
i am creating Dynamic form fields using javascript like
txt = document.createElement('input');
txt.type='text';
txt.name = 'element1';
and adding to form td element
so now
how can i set for form bean property in struts-config.xml and in
validation.xml
please let me know the solution.......
ur's
Mallik
--
View this message in context:
http://www.nabble.com/Validation-framework-problem--tf2276854.html#a6323111
Sent from the Struts - User forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]