hi,
it was a mistype.. ognl is case sensitive. hashCode() worked..
also ${ognl:getSessionWrapper().getAttribute('AdminUserName')} also worked.
Thank you,
Hari
--- On Sat, 5/17/08, hari ks <[EMAIL PROTECTED]> wrote:
> From: hari ks <[EMAIL PROTECTED]>
> Sub
nderQueueImpl.render(PageRenderQueueImpl.java:84)
---
Thanks in advance,
Hari
--- On Fri, 5/16/08, Toby Hobson <[EMAIL PROTECTED]> wrote:
> From: Toby Hobson <[EMAIL PROTECTED]>
> Subject: Re: how to use ognl in tapestry 5
> To: "Tapestry users"
> Date: Friday, M
Tapestry 5 does not use ognl by default, there is a long running discussion on
this list about this. T5 uses the "prop:" binding which will look for a
property on your page or component class which must be either a javabean
property or a no-arguments method. So it is not possible to call a metho
You can use the t5components library
http://code.google.com/p/tapestry5-components/
and the demo is here:
http://87.193.218.134:8080/t5c-demo/ognlbindingpage
=)
2008/5/16 hari ks <[EMAIL PROTECTED]>:
> hi,
>
> How to use ognl expression with methods arguments in tapestry 5? ( like
> inside