Using HashMap with Tapestry 5

2008-07-16 Thread Yeeswara Nadapana (HCL Financial Services)
Hi, I have a HashMapString, Double with some values on my page class. How can I display the desired value (map.get(key)) on my page template. Can anyone help with the syntax? Regards, Yeeswar DISCLAIMER:

RE: Using HashMap with Tapestry 5

2008-07-16 Thread Jonathan Barker
PROTECTED] Sent: Wednesday, July 16, 2008 08:23 To: users@tapestry.apache.org Subject: Using HashMap with Tapestry 5 Hi, I have a HashMapString, Double with some values on my page class. How can I display the desired value (map.get(key)) on my page template. Can anyone help

RE: Using HashMap with Tapestry 5

2008-07-16 Thread Yeeswara Nadapana (HCL Financial Services)
I couldn't exactly understand how to do it. I am new to Tapestry. Can anyone help me further on this. -Original Message- From: Jonathan Barker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 6:08 PM To: 'Tapestry users' Subject: RE: Using HashMap with Tapestry 5 I don't think

RE: Using HashMap with Tapestry 5

2008-07-16 Thread Yeeswara Nadapana (HCL Financial Services)
Thanks Jonathan, I have tried ${ognl:results.get('key')} and it works... -Original Message- From: Yeeswara Nadapana (HCL Financial Services) Sent: Wednesday, July 16, 2008 7:39 PM To: Tapestry users Subject: RE: Using HashMap with Tapestry 5 I couldn't exactly understand how