I make the <%=request.getAttribute("pagesize")> work but I fail to the
${pagesize}. What will I do to make it work? I dont know how to put the
"pagesize" in the request, session or application scope to make the
${pagesize} work. Thank you so much again Matt...
Matt Raible wrote:
Are you using AppFuse 1.x or 2.x? I'd suggest using the
StartupListener if you're using 1.x. It should be pretty easy to
stuff a variable in the servletContext (application scope).
Matt
On 3/27/07, Adriel Manalansan <[EMAIL PROTECTED]> wrote:
How do I put the pagesize in the request, session or application scope?
Can you please give me a sample code. Im a newbie...
Thank you so much...
Matt Raible wrote:
> 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]
>>
>>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]