hi, i'm using tapestry 5.1.0.2. is it possible somehow to use a property getter with additional parameter?
e.g. following snippet uses getClazz1() to retrive class name: <t:submit t:id="edit" class="${clazz1}" value="blah blah"/> but what i need is to pass one parameter to getClazz1() to make it more flexible. Is there any syntax for this purpose? something like class="${clazz1(param)}" ? thanks, m. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org