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:

div t:type=zone t:id=myZone
...body...
/div

so the later returns ...body..., while the first one returns the whole
structure:
div t:type=zone t:id=myZone
...body...
/div

So your zone eventually will be:

div t:type=zone t:id=myZone
div t:type=zone t:id=myZone
...body...
/div
/div

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

On Tue, Jan 29, 2013 at 10:08 PM, sommeralex alexander.som...@gmail.comwrote:

 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




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 m.gelb...@gmail.comwrote:

 If I remember correctly, the first one returns the zone including the
 enclosing tags, while the later returns only the zone's body !

 Like:

 div t:type=zone t:id=myZone
 ...body...
 /div

 so the later returns ...body..., while the first one returns the whole
 structure:
 div t:type=zone t:id=myZone
 ...body...
 /div

 So your zone eventually will be:

 div t:type=zone t:id=myZone
 div t:type=zone t:id=myZone
 ...body...
 /div
 /div

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

 On Tue, Jan 29, 2013 at 10:08 PM, sommeralex alexander.som...@gmail.com
 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 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]http://user/SendEmail.jtp?type=nodenode=5719664i=0wrote:


  If I remember correctly, the first one returns the zone including the
  enclosing tags, while the later returns only the zone's body !
 
  Like:
 
  div t:type=zone t:id=myZone
  ...body...
  /div
 
  so the later returns ...body..., while the first one returns the whole
  structure:
  div t:type=zone t:id=myZone
  ...body...
  /div
 
  So your zone eventually will be:
 
  div t:type=zone t:id=myZone
  div t:type=zone t:id=myZone
  ...body...
  /div
  /div
 
  Personally, I'd wait for someone to confirm that :D
 
  On Tue, Jan 29, 2013 at 10:08 PM, sommeralex [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=5719664i=1
  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]http://user/SendEmail.jtp?type=nodenode=5719664i=2
   For additional commands, e-mail: [hidden 
   email]http://user/SendEmail.jtp?type=nodenode=5719664i=3
  
  
 



 --
 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 
 herehttp://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=5719659code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxOTY1OXwxMDUzMzQxMzM4
 .
 NAMLhttp://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.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.