jollyplay
Programmer
- Dec 16, 2003
- 90
Hello
Could you please guide me how to pass dynamic values to the offset and lenth attribute of logic:iterate tag.
I tried with
<logic:iterate name=" " id=" " offset='<%= request.getAttribute("something")%>' lenth='<%= request.getAttribute("something")%>' >.
The above code does not taking the value properly, at the same time it does not show any error.
<rtexprvalue> is true in tld itself.
Please advice,
Thank you in advance.
balachandar
Could you please guide me how to pass dynamic values to the offset and lenth attribute of logic:iterate tag.
I tried with
<logic:iterate name=" " id=" " offset='<%= request.getAttribute("something")%>' lenth='<%= request.getAttribute("something")%>' >.
The above code does not taking the value properly, at the same time it does not show any error.
<rtexprvalue> is true in tld itself.
Please advice,
Thank you in advance.
balachandar