Re: [t5.3.4] What does (zone="^") mean ?

2012-08-30 Thread Muhammad Gelbana
I originally tried that on google (searched the whole tapestry "site:") but
I obviously failed to escape ^ as a special character on google.

Thanks for the link.

On Thu, Aug 30, 2012 at 6:28 PM, Bob Harner  wrote:

> Longer answer: search for ^ at
> http://tapestry.apache.org/ajax-and-zones.html
>
> On Thu, Aug 30, 2012 at 11:47 AM, Lenny Primak 
> wrote:
> > Short answer:  yes and yes.
> >
> >
> >
> > On Aug 30, 2012, at 10:27 AM, Muhammad Gelbana 
> wrote:
> >
> >> So what does (zone="^") mean ?!
> >>
> >> The .tml snippet is:
> >> increment (via
> >> Ajax)
> >>
> >> Does that mean to update the enclosing zone ? Is that documented
> somewhere ?
> >>
> >> --
> >> *Regards,*
> >> *Muhammad Gelbana
> >> Java Developer*
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
*Regards,*
*Muhammad Gelbana
Java Developer*


Re: [t5.3.4] What does (zone="^") mean ?

2012-08-30 Thread Bob Harner
Longer answer: search for ^ at http://tapestry.apache.org/ajax-and-zones.html

On Thu, Aug 30, 2012 at 11:47 AM, Lenny Primak  wrote:
> Short answer:  yes and yes.
>
>
>
> On Aug 30, 2012, at 10:27 AM, Muhammad Gelbana  wrote:
>
>> So what does (zone="^") mean ?!
>>
>> The .tml snippet is:
>> increment (via
>> Ajax)
>>
>> Does that mean to update the enclosing zone ? Is that documented somewhere ?
>>
>> --
>> *Regards,*
>> *Muhammad Gelbana
>> Java Developer*
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [t5.3.4] What does (zone="^") mean ?

2012-08-30 Thread Lenny Primak
Short answer:  yes and yes. 



On Aug 30, 2012, at 10:27 AM, Muhammad Gelbana  wrote:

> So what does (zone="^") mean ?!
> 
> The .tml snippet is:
> increment (via
> Ajax)
> 
> Does that mean to update the enclosing zone ? Is that documented somewhere ?
> 
> -- 
> *Regards,*
> *Muhammad Gelbana
> Java Developer*

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



[t5.3.4] What does (zone="^") mean ?

2012-08-30 Thread Muhammad Gelbana
So what does (zone="^") mean ?!

The .tml snippet is:
increment (via
Ajax)

Does that mean to update the enclosing zone ? Is that documented somewhere ?

-- 
*Regards,*
*Muhammad Gelbana
Java Developer*


Re: What does zone="^" mean?

2011-01-30 Thread Paul Stanton

does that surprise you?

eastereggs for the tapestry elite haha

On 16/01/2011 6:08 AM, Alex Kotchnev wrote:

Clever.. although I don't think I've seen this in the docs..

Cheers,

Alex K

On Fri, Jan 14, 2011 at 8:06 PM, Howard Lewis Ship  wrote:


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  wrote:

I found this in the integration tests:



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




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: What does zone="^" mean?

2011-01-15 Thread Alex Kotchnev
Clever.. although I don't think I've seen this in the docs..

Cheers,

Alex K

On Fri, Jan 14, 2011 at 8:06 PM, Howard Lewis Ship  wrote:

> 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  wrote:
> > I found this in the integration tests:
> >
> >  > 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
>
>


Re: What does zone="^" mean?

2011-01-14 Thread Howard Lewis Ship
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  wrote:
> I found this in the integration tests:
>
>  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



What does zone="^" mean?

2011-01-14 Thread Mark
I found this in the integration tests:



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