Re: Dynamic list of radio buttons

2010-04-24 Thread Mario Lipinski
Creating the html forms itself is not a problem. However i would like to have a dynamic amount of radio button sets. So to use this radio buttons within a loop with dynamic size. So how to set the name of the radio button? For each set one value should be selected. So the name must be unique f

RE: Setting selected with s:select tags

2010-04-24 Thread Martin Gainty
Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung

Re: Setting selected with s:select tags

2010-04-24 Thread Denis Cabasson
Hi Kartik, Remove the attribute value from your s:select tag, and in your action, preset the value of your attribute actionStatus (on your Action class) to "OPEN" or "CLOSED". At least, it is working in my case. Let us know if it is not working for you that way, and I will put together a simpl