Hi margi,
This is a known issue, marked to be solved to 5.1 version. see
https://issues.apache.org/jira/browse/TAPESTRY-1624

I believe this feature was removed because of the bottleneck created
by the use of OGNL to evaluate those expressions. Tapestry uses a very
own solution that right now is not as flexible as OGNL's, but it's way
faster.

If you don't mind to lose some seconds in your requests, you can use
the solution proposed by t5components.
You can find it here:
http://code.google.com/p/tapestry5-components/
http://87.193.218.134:8080/t5c-demo/ognlbindingpage

Cheers,
On Mon, Jul 21, 2008 at 11:22 AM, margi <[EMAIL PROTECTED]> wrote:
>
> Hi to All,
> After working for a while with T4, I now decided to start migrating to T5.
> But since the begining of that project I'm missing one of the T4 features
> that I really appreciate. Which the possibility to invoke in the HTML (now
> TML), some of the java methods other than the getters and listeners.
> Particulary, let say I have in my java page a List from which I want to
> retrieve one element whose index I know. In T4 I'd invoke
> myList.getItem(index). I've tried ${myList.getItem(index)}, b ut didn't
> work. I'd appreciate if someone can tell me what I miss or the way to do
> what I want.
> Thanks for your reply.
> --
> View this message in context: 
> http://www.nabble.com/Using-methods-other-thang-getters-and-listeners-tp18569645p18569645.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>



-- 
Atenciosamente,

Marcelo Lotif
Programador Java e Tapestry
FIEC - Federação das Indústrias do Estado do Ceará
(85) 3477-5910

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to