| Author |
binding of a var series to array members
|
John Applecorn
Greenhorn
Joined: Apr 24, 2009
Posts: 1
|
|
Sometimes you want a user to have the possibility of adding fields dynamically to a form, e.g. for a gallery or sth else. With Javascript it is no problem to create new input fields dynamically.
If using PHP I would create entries like:
You see the [] after the myvar. This would cause PHP to create an array of all the myvar[] variables.
Is there a possibility to achieve that in JSF/Seam? also for multiple file upload?
best regards and thank you for any advice
|
 |
 |
|
|
subject: binding of a var series to array members
|
|
|