Re: Problem with logic:iterate (and nested:iterate) and indexed form items - Help required

2005-10-30 Thread Mike Manley
use whatever inner loop (or loops) you want. Inside here you can refer to the 'memberIndex' as in: HTH Cheers mc On 29 Oct 2005 at 15:29, Mike Manley wrote: Thanks for that - but I think I've not explained my problem properly. The problem is that the bean containing th

Re: Problem with logic:iterate (and nested:iterate) and indexed form items - Help required

2005-10-29 Thread Mike Manley
play the input box for these items: readonly="${familyItem.readonly}"> Maybe this is too simplistic, sorry if I've missed the point somewhere. Kind regards mc On 28 Oct 2005 at 14:01, Mike Manley wrote: Hi, I have a problem trying to create a multi row edit form which

Problem with logic:iterate (and nested:iterate) and indexed form items - Help required

2005-10-28 Thread Mike Manley
cationForm[0] that I don't need. Basically what I want to achieve is that the inner loop is ignored for the purposes of generating the indexing for the html output - but can't figure out to achieve that without writing my own tag. Can anyone help? Thanks Mike Manley