Re: OGNL expressions in Tapestry 5

2009-10-28 Thread Howard Lewis Ship
On Wed, Oct 28, 2009 at 11:01 AM, Thiago H. de Paula Figueiredo wrote: > Em Wed, 28 Oct 2009 11:49:39 -0200, ARD Marx Tobias > escreveu: > >> Why are the following ognl expressions not supported anymore in the latest >> Tapestry5 version? > > 5.1.0.5? > >> ${method.getSomething()} > This exists

Re: OGNL expressions in Tapestry 5

2009-10-28 Thread Thiago H. de Paula Figueiredo
Em Wed, 28 Oct 2009 11:49:39 -0200, ARD Marx Tobias escreveu: Why are the following ognl expressions not supported anymore in the latest Tapestry5 version? 5.1.0.5? ${method.getSomething()} This works in 5.1.0.5. ${method.getSomething(´some constant´)} I don't know if the prop bind

Re: OGNL expressions in Tapestry 5

2009-10-28 Thread Sven Homburg
http://tapestry.apache.org/tapestry5.1/guide/propexp.html or try this http://chenillekit.codehaus.org/chenillekit-tapestry/ognlbinding.html with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/10/28 ARD Marx Tobias > > > Why are the following ognl e