You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Stiefwaa <st...@hotmail.com> on 2006/06/20 13:04:59 UTC

binding inputfieldsvalues to an arraylist

hi all,

I want to create a webpage where a user can insert a bunch of names to a
database.

example:

name1:
name2:
name3:
etc.

Im thinking to create an ArrayList in the backingbean and bind the values of
the inputfields to it. 

I haven't seen examples on the internet how this is done. 
But is this possible and how do i implement this in my backingbean and jsp?

Examples or tutorials are also welcome.

thanx


Now i want to bind each inputfield to an ArrayList, but im not sure how to
do this. 
--
View this message in context: http://www.nabble.com/binding-inputfieldsvalues-to-an-arraylist-t1816973.html#a4953220
Sent from the My Faces - Dev forum at Nabble.com.