Hi.  Wanting to change the descriptions for the indexed tags in the docs to make
things a little clearer.  Propose the following:

for tags which inherit from BaseInputTag:

                Valid only inside of logic:iterate tag.
                If true, the name of the html tag will be rendered as
                "myBean[34].myPropertyName" allowing for auto-updating using
                getMyBean(34).setMyPropertyName(value).  The number in brackets
reflects the
                current iteration index, taken from the ancestor logic:iterate
tag.

for other tags, apart from link:

                Valid only inside of logic:iterate tag.
                If true, the name of the html tag will be rendered as
                "myPropertyName[34]".  The number in brackets reflects the
                current iteration index, taken from the ancestor
                logic:iterate tag.

and for link tag:

               Valid only inside of logic:iterate tag.
               If true then a parameter holding the current iteration index will

               be added to the query string.  By default this parameter is named

               "index", but may be assigned a different name using the "indexId"

               attribute.  The number in brackets reflects the current iteration
 index,
     taken from the ancestor logic:iterate tag.

Is that clear enough?

Cheers,

Dave




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

Reply via email to