Hi,

I really would like to see that i can type nested properties everywhere.
so every parameter of a tag that can map to a bean in the whatever scope
should be able to use nested tags..

So to give an example:

<logic:iterate id="obj" name="listbean.list" scope="request"
offset="listbean.startCounter" length="listbean.maxRows">

ofcouse i could also do this in the above example but it is just a case what
should be possible.
<logic:iterate id="obj" name="listbean" property="list" scope="request"
offset="listbean.startCounter" length="listbean.maxRows">


This really cleans up the jsp code and is very readable.

Or can i use the new nested tags feature for this??
But this does not work:

<nested:root name="listbean">
 <nested:iterate id="obj" property="list" scope="request"
offset="startCounter" length="maxRows">

but that doesn't seem to work.

johan





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

Reply via email to