hi,
look this code:
 
        <logic:iterate id="LogonForm" name="logonForm" property="resultSummary">
          <tr align=left>
            <th align="right">
                <html:radiobox name="LogonForm" property="forSelect"value='<bean:write 
name="LogonForm" property="username" filter="true"/>'/>
            </th>
            <td align="left">
                <bean:write name="LogonForm" property="username" filter="true"/> 
            </td>
            <td align="left">
                <bean:write name="LogonForm" property="password" filter="true"/> 
            </td>
          </tr>
        </logic:iterate>

 
error occur when running:

')' expected probably occurred due to an error in /Confirm.jsp line 39:<html:radio 
property="forSelect" value='<bean:write name="LogonForm" property="username" />'/> 
 
why?and how can i dynamiclly write sth into radio'value




Reply via email to