Can somebody please explain why I can't set offset and length with
properties of a bean (in this case Integer properties "pager")?
What would be the best way to set these attributes from the bean?


<bean:define id="pager" name="SOMEKEY"
type="com.webtothemax.shop.common.Pager" />

<logic:iterate id="product" name="OTHERKEY"
type="com.webtothemax.shop.common.Product" offset="pager.offset"
length="pager.length" >

...do stuff here...

</logic:iterate>



TIA


Marcel Maré

WebToTheMax

T 31(0) 204 100 240
M 31(0) 654 354 479
E [EMAIL PROTECTED]
W http://www.webtothemax.com


Reply via email to