Hi

If I understand correctly 

<div t:type='zone' t:show='prop:show' t:update='prop:update' />

//Java

public String getShow(){
   return ...;
}

public String getUpdate(){
   return ....;
}
 
On Jan 10, 2012, at 4:41 PM, ffred wrote:

> Hello,
> 
> I would like to programmatically (from java) set the 'show' and 'update'
> attribute of a zone.
> I found no way of doing this neither from the page with an injected Zone nor
> from simply extending the Zone components as the corresponding fields are
> private.
> After a quick look at the Zone source code, I tried to act directly on the
> ClientBehaviorSupport with no more success. 
> 
> Is there a simple way of doing this ?
> What have i missed ?
> 
> Thanks in advance
> 
> Fred
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/5-2-Programmatically-set-Zone-attributes-tp5133881p5133881.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
> 


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

Reply via email to