Re: radio with two values

2009-04-28 Thread dusty
That is just a brutal description dude. I can't even venture a guess at what you are describing but I would stick with the solution proposed before. PEGASUS84 wrote: > > > ok but i try to use an hidden tag but it set all values of name because it > is into an iterator tag > -- View this me

Re: radio with two values

2009-04-28 Thread PEGASUS84
ok but i try to use an hidden tag but it set all values of name because it is into an iterator tag -- View this message in context: http://www.nabble.com/radio-with-two-values-tp23272838p23274112.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: radio with two values

2009-04-28 Thread Stefano Tranquillini
i think u can use a trick u can set the value in this way: CODE_NAME. and map as a string in your action u can simply extract where is the "_" char and split the string. NB: the code and name doesn't have _ inside On Tue, Apr 28, 2009 at 10:45, PEGASUS84 wrote: > > good moorning. > > I've th