| Author |
Adding properties to LazyValidatorForm at Runtime
|
Michael Petrovich
Greenhorn
Joined: Sep 06, 2011
Posts: 16
|
|
I have following form bean in my struts config file:
Next in my JSP I try to create table that values will be an input for above form:
The problem is I can have 100 or 500 items but how can I put all of them to form-bean? I mean is there any programmatic approach when I can add properties to my org.apache.struts.validator.LazyValidatorForm at Runtime?
|
 |
 |
|
|
subject: Adding properties to LazyValidatorForm at Runtime
|
|
|