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.
