Hi all,
I am having great difficulty displaying a
struts 2 radio button (or a standard HTML radio button type) in display tag table. Please find attached my code (the commented out section is the original code that worked prior to using display tag to display a table).
This is what the above code displays:
What I am trying to achieve is to display a radio button in the Id column for each table entry (row) (so I can determine which is selected).
I have spent a number of hours experimenting (tried with and without theme="simple", tried using the CheckboxTableDecorator, tried struts 2 and plain old HTML radio button syntax) and a number of hours searching for a solution on the web and unfortunately have not had a radio button appear as yet! Would anyone be kind enough to help me out, please?