You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by wesleywj2 <we...@yahoo.co.uk> on 2009/11/29 20:18:56 UTC

[T5.1]: How to use MultiZoneUpate?

hi,

I'm confuse as how do i use MultiZoneUpdate component, let's say i have 2
zone with predefined zone id shown below:

<t:zone t:id="C1">
   ${field1}
</t:zone>
<t:zone t:id="C2">
   ${field2}
</t:zone>

i have an actionlink, when clicked, it will perform some calculation and
update the above zone "C1" & "C2". please advice,

regards,
wesley



-- 
View this message in context: http://old.nabble.com/-T5.1-%3A-How-to-use-MultiZoneUpate--tp26565035p26565035.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: [T5.1]: How to use MultiZoneUpate?

Posted by wesleywj2 <we...@yahoo.co.uk>.
hi Thiago,

thanks for the pointer.

regards,
wesley
-- 
View this message in context: http://old.nabble.com/-T5.1-%3A-How-to-use-MultiZoneUpate--tp26565035p26565691.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: [T5.1]: How to use MultiZoneUpate?

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
Em Sun, 29 Nov 2009 17:28:46 -0200, Juan E. Maya <ma...@gmail.com>  
escreveu:

> U can see here how is done:
>
> http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/ajaxmultizoneupdate

You can also read the Tapestry documentation about it:  
http://tapestry.apache.org/tapestry5.1/guide/ajax.html, section "Multiple  
Zone Updates"

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.
http://www.arsmachina.com.br

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


Re: [T5.1]: How to use MultiZoneUpate?

Posted by "Juan E. Maya" <ma...@gmail.com>.
U can see here how is done:

http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/ajaxmultizoneupdate

On Sun, Nov 29, 2009 at 8:18 PM, wesleywj2 <we...@yahoo.co.uk> wrote:
>
> hi,
>
> I'm confuse as how do i use MultiZoneUpdate component, let's say i have 2
> zone with predefined zone id shown below:
>
> <t:zone t:id="C1">
>   ${field1}
> </t:zone>
> <t:zone t:id="C2">
>   ${field2}
> </t:zone>
>
> i have an actionlink, when clicked, it will perform some calculation and
> update the above zone "C1" & "C2". please advice,
>
> regards,
> wesley
>
>
>
> --
> View this message in context: http://old.nabble.com/-T5.1-%3A-How-to-use-MultiZoneUpate--tp26565035p26565035.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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