Re: zone update ajaxResponseRenderer.addRender vs zone.getBody

2013-01-29 Thread sommeralex
thank you


2013/1/29 Howard Lewis Ship [via Tapestry] <
ml-node+s1045711n5719664...@n5.nabble.com>

> Also, you're seeing some evolution of the framework here, all at once.
>
> The Zone component was pretty early in Tapestry, but the ability to update
> multiple Zone's all in a single request came later.
>
> The deprecated MultiZoneUpdate object was the older way to update multiple
> zones, but it was tedious to use.
>
> The new AjaxResponseRenderer service makes it much easier to update zones
> and other things on the client in a sensible way.
>
> On Tue, Jan 29, 2013 at 1:27 PM, Muhammad Gelbana <[hidden 
> email]>wrote:
>
>
> > If I remember correctly, the first one returns the zone including the
> > enclosing tags, while the later returns only the zone's body !
> >
> > Like:
> >
> > 
> > ...body...
> > 
> >
> > so the later returns "...body...", while the first one returns the whole
> > structure:
> > 
> > ...body...
> > 
> >
> > So your zone eventually will be:
> >
> > 
> > 
> > ...body...
> > 
> > 
> >
> > Personally, I'd wait for someone to confirm that :D
> >
> > On Tue, Jan 29, 2013 at 10:08 PM, sommeralex <[hidden 
> > email]
> > >wrote:
> >
> > > Hi,
> > >
> > > Whats is the difference between
> ajaxResponseRenderer.addRender("myZone",
> > > myZone);
> > >
> > > and
> > >
> > > return myZone.getBody();
> > >
> > >
> > > ?
> > >
> > > thx
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://tapestry.1045711.n5.nabble.com/zone-update-ajaxResponseRenderer-addRender-vs-zone-getBody-tp5719659.html
> > > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >
> > > -
> > > To unsubscribe, e-mail: [hidden 
> > > email]
> > > For additional commands, e-mail: [hidden 
> > > email]
> > >
> > >
> >
>
>
>
> --
> 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
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/zone-update-ajaxResponseRenderer-addRender-vs-zone-getBody-tp5719659p5719664.html
>  To unsubscribe from zone update ajaxResponseRenderer.addRender vs
> zone.getBody, click 
> here
> .
> NAML
>




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/zone-update-ajaxResponseRenderer-addRender-vs-zone-getBody-tp5719659p5719665.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: zone update ajaxResponseRenderer.addRender vs zone.getBody

2013-01-29 Thread Howard Lewis Ship
Also, you're seeing some evolution of the framework here, all at once.

The Zone component was pretty early in Tapestry, but the ability to update
multiple Zone's all in a single request came later.

The deprecated MultiZoneUpdate object was the older way to update multiple
zones, but it was tedious to use.

The new AjaxResponseRenderer service makes it much easier to update zones
and other things on the client in a sensible way.

On Tue, Jan 29, 2013 at 1:27 PM, Muhammad Gelbana wrote:

> If I remember correctly, the first one returns the zone including the
> enclosing tags, while the later returns only the zone's body !
>
> Like:
>
> 
> ...body...
> 
>
> so the later returns "...body...", while the first one returns the whole
> structure:
> 
> ...body...
> 
>
> So your zone eventually will be:
>
> 
> 
> ...body...
> 
> 
>
> Personally, I'd wait for someone to confirm that :D
>
> On Tue, Jan 29, 2013 at 10:08 PM, sommeralex  >wrote:
>
> > Hi,
> >
> > Whats is the difference between ajaxResponseRenderer.addRender("myZone",
> > myZone);
> >
> > and
> >
> > return myZone.getBody();
> >
> >
> > ?
> >
> > thx
> >
> >
> >
> > --
> > View this message in context:
> >
> http://tapestry.1045711.n5.nabble.com/zone-update-ajaxResponseRenderer-addRender-vs-zone-getBody-tp5719659.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> > -
> > 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


Re: zone update ajaxResponseRenderer.addRender vs zone.getBody

2013-01-29 Thread Muhammad Gelbana
If I remember correctly, the first one returns the zone including the
enclosing tags, while the later returns only the zone's body !

Like:


...body...


so the later returns "...body...", while the first one returns the whole
structure:

...body...


So your zone eventually will be:



...body...



Personally, I'd wait for someone to confirm that :D

On Tue, Jan 29, 2013 at 10:08 PM, sommeralex wrote:

> Hi,
>
> Whats is the difference between ajaxResponseRenderer.addRender("myZone",
> myZone);
>
> and
>
> return myZone.getBody();
>
>
> ?
>
> thx
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/zone-update-ajaxResponseRenderer-addRender-vs-zone-getBody-tp5719659.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>