Re: AjaxResponseRenderer help

2012-08-13 Thread Thiago H de Paula Figueiredo
On Sun, 12 Aug 2012 11:41:34 -0300, Angelo C. wrote: the template is here: < a t:type="eventLink" t:parameters="prop:{'mode':${current}}" t:id="UpdateOff" >Turn it off< /a> As Dusko already said, without a zone parameter in EventLink, the request won't be an AJAX one. --

Re: AjaxResponseRenderer help

2012-08-13 Thread Thiago H de Paula Figueiredo
On Sun, 12 Aug 2012 11:40:31 -0300, Angelo C. wrote: I use only '@Inject Block block1, block2', then define Zone in the template to fold a block, what's the difference '@InjectComponent private Zone zone1'? Block is not a component, Zone is, so their inject is done with different anno

Re: AjaxResponseRenderer help

2012-08-12 Thread Angelo C.
the template is here: < a t:type="eventLink" t:parameters="prop:{'mode':${current}}" t:id="UpdateOff" >Turn it off< /a> -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxResponseRenderer-help-tp571529

Re: AjaxResponseRenderer help

2012-08-12 Thread Angelo C.
, zone2); >return zone1.getBody(); > } > > > > On Aug 12, 2012, at 7:00 PM, Angelo C. wrote: > >> How to specify two zones in a event link? >> >> >> >> -- >> View this message in context: >>

Re: AjaxResponseRenderer help

2012-08-12 Thread Angelo C.
this message in context: http://tapestry.1045711.n5.nabble.com/AjaxResponseRenderer-help-tp5715295p5715305.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry

Re: AjaxResponseRenderer help

2012-08-12 Thread Taha Siddiqi
quot;zone2", zone2); return zone1.getBody(); } On Aug 12, 2012, at 7:00 PM, Angelo C. wrote: > How to specify two zones in a event link? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/AjaxResponseRenderer-help-tp5715295p5715301.

Re: AjaxResponseRenderer help

2012-08-12 Thread Dusko Jovanovski
gt; http://tapestry.1045711.n5.nabble.com/AjaxResponseRenderer-help-tp5715295p5715301.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.

Re: AjaxResponseRenderer help

2012-08-12 Thread Angelo C.
How to specify two zones in a event link? -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxResponseRenderer-help-tp5715295p5715301.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: AjaxResponseRenderer help

2012-08-12 Thread Dusko Jovanovski
>t:id="UpdateOff">Turn it off< /a> > > > red > > > > blue > > > I was hoping if I click the link above, zone1 and zone2 got updated, but > not > the case, I'm getting this error: > Page must be specified before initia

AjaxResponseRenderer help

2012-08-12 Thread Angelo C.
age render. What I'm missing here? thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxResponseRenderer-help-tp5715295.html Sent from the Tapestry - User mailing list archive at Nabble.com.