Hi, I am pretty new to tapestry and OGNL. I wanted to know how to call a specific method of a class using ognl expression.
for ex: for accessing properties of an object A say getName() we use ognl:a.name but suppose my getName() method takes a parameter say getName(int index) how can i use the OGNL to invoke the method with the parameter's value (say 2) Thanks --MKK --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
