Using Struts-EL in JSP 1.2 container or JSTL expressions in JSP 2.0
container seems to be the simplest solution to me.

<logic-el:iterate id="subscription"
    collection="${SubscriptionForm.subscriptions}"
    offset="${SubscriptionForm.offset}"
    length="${SubscriptionForm.pagesize}"
    type="com.acme.Subscription">
    ...
</logic-el:iterate>

I have session-scoped ActionForm and store parameters in it.

Michael

On 3/22/06, Yariel Ramos Moreno <[EMAIL PROTECTED]> wrote:
> How can I set the offset and length properties of the logic:iterate struts 
> tag dinamicaly? I mean, maybe getting the values from the session or a bean...
>
> Regards,
>
> Yariel.
>

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

Reply via email to