1)I have an arraylist called alist which contain collection of Beans(IpAddress)
  I provided the getter and setter methods for alist and getIpAddress(int index) and 
setIpAddress(int index,IpAddress ip) for the bean.
2)This bean has two properties domainName and ipValue,wrote the getter and setter 
methods for this
3)<table width="100%" cellspacing="0" cellpadding="2" border="0">
        <logic:iterate id="ipAddress" type="com.register.struts.account.IpAddress" 
name="editAdvancedForm" property="alist" >  
                <tr class="textbox" style="width:150px;">                              
         
                        <td><html:text name="ipAddress" property="domainName" 
indexed="true"/></td>  
                        <td><b><bean:message bundle="content" 
key="common.pointsto"/></b></td>
                        <td><html:text name="ipAddress" property="ipValue" 
indexed="true"/></td>                                        
                </tr>   
        </logic:iterate>        
</table>

4)Now Im able to diplay in the jsp page but when I submit this page its throwing 
javax.servlet.ServletException: BeanUtils.populate at 
org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1098)  exception.


Thanks!
Sridhar


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to