Hello,
I always get a BeanUtils.populate error trying to submit html:multibox
information.
 
I use a form with the following tags:
<html:multibox property="scombo" value="first"/>
<html:multibox property="scombo" value="second"/>
 
In the corresponding ActionForm I define the following var:
 
String[] scombo=String[0];      vwith
 
setScombo(String[])
and
setScombo(int index, String scombo)
 
+ getter method.
 
These methods are generated by Forte.
 
What is wrong??? Are there examples with visual elements available???
 
Thanks in advance


Reply via email to