Re: logic:iterate offset and length dinamicaly

2006-03-22 Thread Michael Jouravlev
Using Struts-EL in JSP 1.2 container or JSTL expressions in JSP 2.0 container seems to be the simplest solution to me. ... 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

logic:iterate offset and length dinamicaly

2006-03-22 Thread Yariel Ramos Moreno
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.