
I Use a s:radio tag to create a grid to choice one option, but when i render my jsp the value of the radio is showed like a label, I don�´t want the label. What can i do to solve this?

I seen this link, i don�´t wanna show radio options, i want create a data grid with radio button option. I have a List of value object with many atributes, that list should be showed on a data grid and the user should select just one option, the property associated with the radio should be hidden on page and should be retrieved on the action on submit. Someone can help me please?