--- On Tue, 8/19/08, Dustin Pearce wrote:
> One way to fix this is to have a setter/getter for
> maxPageItems on your action. That will put the submitted
> maxPageItems on the ValueStack. Then in your jsp, just
> before your pg:pager tag use:
> <s:set name="maxPageItems" value="maxPageItems" scope="request"/>
> to make it accessible using JSTL EL.
>
> and then just use ${maxPageItems} in your tag library.
You don't need to use <s:set...> to make stack context variables available to
JSP EL; the S2 request wrapper already does that.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]