You should be able to use something like ${pagesize} where "pagesize"
is a variable you put in the request, session or application scope.
If you're using Servlet 2.3 (AppFuse 1.x), you have have to use a
scriplet, for example: <%=request.getAttribute("pagesize")>.HTH, Matt On 3/26/07, Adriel Manalansan <[EMAIL PROTECTED]> wrote:
Hello to everyone. How can I put a variable pagesize in displaytag? What will I use to put a variable? Can I use a webwork tag? If yes, how? Thank you for your kind replies... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
