Re: input fields with dynamic names

2010-05-05 Thread Mario Lipinski
Am 04.05.10 06:37, schrieb Robert Graf-Waczenski: > Have your Action method getAuthorizedOptions() return something like a > Hashtable, where MyBean is your inner thingy with methods > setWhateverProperty() and getWhateverProperty(). Then your iterator > incantation as below: Thx. This also helped

Re: Dynamic list of radio buttons

2010-04-24 Thread Mario Lipinski
___ The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5 -- Mit freundlichen Grüßen Mario Lipinski Telefon: +49

Re: Dynamic list of radio buttons

2010-04-23 Thread Mario Lipinski
Hi, thank you for your reply. Taking your comments I ended with the following jsp code: Having for example two datasets in results, I can only select one radio button (because the name has no dynamic component in the name). I tried something li

Dynamic list of radio buttons

2010-04-23 Thread Mario Lipinski
Hello, I am wondering how to create a dynamic form containing a set of radio buttons. So I have an iterable list of database results. Any of the results should be rated using radio buttons. When the form is submitted I want to have a hashmap with an id as the key and the value selected wit