I am a newbie , my question may a bit weird because I do not have deep knowledge in Tapestry.
I am following this article in wiki to create own binding prefix to support array/list values http://wiki.apache.org/tapestry/Tapestry5HowToAddBindingPrefix my program work fine in 5.0.11 but it does not compile in 5.0.13 because TapestryConstants has been drop The following constants are involved TapestryConstants.LITERAL_BINDING_PREFIX TapestryConstants.PROP_BINDING_PREFIX I have read in the 5.0.11 source and get the value of those Constants and manage to get my program build in 5.0.13 However, I would like to know , whether in T 5.0.13, are those constants kept in other package , or the prefix binding in the Tapestry internal has changed and no longer use the old way. CG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]