I'm trying to produce a list of items in a page by iterating over a List of those items. As long as I don't try to use a radio button, the list works fine. Unfortunately, the radio button is somewhat essential.
Here is a snippet of the code from the Action (by the way reportName is a misnomer at the moment - it's supposed to be the report index number)
The page contains the following:
With this code, I get a JSP compilation error appearing in the web page.
I've tried using an ordinary <input> tag with the same bit of script used in the html:radio tag above - and it lists fine, but doesn't initialise the radio button.
I must be doing something daft - but I've no idea what it is. Can anyone point me in the right direction (or even solve the problem!).
Thanks in advance.
[ Jess added new lines in the error message so the screen doesn't get stretched too far ]
[ January 24, 2005: Message edited by: Jessica Sant ]
[ January 24, 2005: Message edited by: Simon Birch ]