Hi all, was hoping someone could point me in the direction on a good tutorial on the new property expressions in tapestry 5.2.6? I was using OGNL previously and would like to update these expression to work with ANTLR instead.
The ognl expression i had was to decorate text field with different classnames depending on whether the field was null <t:textfield t:id="surname" t:value="surname" class="${ognl:surname == null ? 'touch-and-type' : ''}" /> Regards, Brian. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org