Re: problem with table of radio buttons on Unix

2004-10-15 Thread Shyam Anand
Hello, Could somebody help me out with this? Any insights on what could be causing this problem would be greatly appreciated. Thanks, Shyam --- Shyam Anand <[EMAIL PROTECTED]> wrote: > Hi, > > I have a scenario where I have a table of radio > buttons for a set of questions (Yes/No) on a page.

problem with table of radio buttons on Unix

2004-10-14 Thread Shyam Anand
Hi, I have a scenario where I have a table of radio buttons for a set of questions (Yes/No) on a page. I'm using indexed properties for the same. Each question on my JSP is represented by an object called YesNoQuestion, and my ActionForm uses an ArrayList of YesNoQuestions called yesNoList. In