Re: Problem with logic:iterate and List of Strings

2006-06-14 Thread Florian Barth
per" value = "val" /> will work But I really dislik changing my data-structure because of some "gui-problems" Ideas anyone ? ;) Florian Barth schrieb: The list of strings is actually part of an ActionForm. On load of display I kinda like to decompose the lis

Re: Problem with logic:iterate and List of Strings

2006-06-14 Thread Florian Barth
k you Dave Newton schrieb: Florian Barth wrote: Looks very nice, but the textfield accesses the getter and setter of the LabelValueBean that is returned from the StrinBean. My Bean just returns the the String-object that has actually no getter and setter for it's value. Let me get thi

Re: Problem with logic:iterate and List of Strings

2006-06-14 Thread Florian Barth
d setter of the LabelValueBean that is returned from the StrinBean. My Bean just returns the the String-object that has actually no getter and setter for it's value. I hope that could clarify myy problem ;) Greetings, Florian Zitat von Rahul Akolkar <[EMAIL PROTECTED]>: [Zitattext verstecken]

Problem with logic:iterate and List of Strings

2006-06-13 Thread Florian Barth
Hi folks! I'm having a little problem with a jsp. My FormBean has a List of Strings as value. Now I would like to iterate over the elements of that list, creating a text-field for every element the list contains. At the moment I can online write out the elements using this code-snippet: Just