Hi!

I would like to display a question, and next to it radio button option but
in a table.

In the table header, I will display the 1,2,3 option like this:

<table>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
<tr>
<td>
<s:     <s:radio name="answer1" value="1" /></td>
</td>
<td>
<s:     <s:radio name="answer1" value="2" /></td>
</td>
<td>
<s:     <s:radio name="answer1" value="3" /></td>
</td>
</tr>

But I must enter list!!

When I enter values,it displays them next to the radio button. 

How can I do it?





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to