Re: how to use ognl in tapestry 5

2008-05-16 Thread hari ks
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

Re: how to use ognl in tapestry 5

2008-05-16 Thread hari ks
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

Re: how to use ognl in tapestry 5

2008-05-16 Thread Toby Hobson
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

Re: how to use ognl in tapestry 5

2008-05-16 Thread Marcelo Lotif
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