Can I just say publicly that OGNL support in Tapestry 2.2 (b3) absolutely rocks. Although from a cleanliness point of view it's not good to have too much "code" in the bindings (.jwc/.page), it certainly makes life a lot easier when you're just comparing two values for a conditional:
<binding name="condition" expression="value1.equals(value2)" /> expresses the condition so much clearer than <binding name="condition" expression="someConditionEvaluationProperty" /> where you have to go check the property get method or other code to be certain what the condition is. As for what else it can be made to do, the mind boggles. Thank you Howard, you've made all our lives a whole lot easier, Craig Miskell Programmer, Black Albatross, Otago University, New Zealand -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:- a-->? C++++(++)$ ULXH+++$>++++ P+>++++ L++$>++++$ E--- W+++$ N+ K? w--- !O M-- V? PS--- PE Y t++ 5 X+++ R-- tv+ b+>+++ DI++++ D+ G+ e++ h--- r+++ y+++ ------END GEEK CODE BLOCK------ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
