Could somebody tell me whether the followign line is an error
for the indexed=true property of the nested tags?  The number
value seems to be outside the quotes,

<td>
       <input type="submit" name="action"[0] value="Edit">                
</td>
                 
<td>
    <input type="submit" name="action"[0] value="Remove">                              
     
</td>  

Note that this is the code generated from:

<nested:iterate property="addresses">            
                
                <td>
                 <html:submit property="action" indexed="true">                        
      
                  <bean:message key="address.edit"/>                                   
                        
                 </html:submit>                
          </td>
          
                <td>
                 <html:submit property="action" indexed="true">                        
      
                  <bean:message key="address.remove"/>                                 
                                             
                 </html:submit>                                   
                </td>                               
                
              </tr>                                                      
          </nested:iterate>

This doesn't seem right to me, I haven't looked at the source code
yet but please somebody correct me if I'm wrong.

Jon.




*---------------------------------------------*
 Jonathan Holloway,               
 Dept. Of Computer Science,       
 Aberystwyth University, 
 Ceredigion,                      
 West Wales,                      
 SY23 3DV.                        
                                  
 07968 902140                     
 http://users.aber.ac.uk/jph8     
*---------------------------------------------*

Reply via email to