It's new in 5.2. The "^" is evaluated on the client-side; it means look up from the element (the BeanEditForm, in this case) until reaching a container element with CSS class "t-zone" (which is part of the Zone component).
The idea is that, when the Zone to update is the container of the form or link that triggers a zone update, you don't have to fuss with extracting the Zone's client id (or setting a specific one). On Fri, Jan 14, 2011 at 5:00 PM, Mark <mark-li...@xeric.net> wrote: > I found this in the integration tests: > > <t:beaneditform t:id="registrationForm" object="registration" zone="^" > add="roles"> > > What does the ^ mean in this context? > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org