LITERAL_BINDING_PREFIX and PROP_BINDING_PREFIX are now in org.apache.tapestry5.BindingConstants as LITERAL and PROP
Cheers CG-6 wrote: > > Hi Weisu, > I did come across this SymbolConstants but it does not contain > LITERAL_BINDING_PREFIX and PROP_BINDING_PREFIX .. > > CG > > > > > On Thu, Jun 19, 2008 at 8:55 AM, Weisu <[EMAIL PROTECTED]> wrote: >> >> Hi CG, in T5.0.13, this has changed to 'SymbolConstants' and is under >> org.apache.tapestry5.* >> Weisu. >> >> CG-6 wrote: >>> >>> 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] >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/T5-5.0.13-has-drop-TapestryConstants-package---tp17994992p17995209.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/T5-5.0.13-has-drop-TapestryConstants-package---tp17994992p17997631.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
