Re: refreshing zone without highlighting it

2012-09-12 Thread Ivan Khalopik
Since 5.3 you can also contribute application defaults to change default values for zone update and show parameter. @Contribute(SymbolProvider.class) @ApplicationDefaults public void contributeApplicationDefaults(final MappedConfiguration configuration) { //... configur

Re: refreshing zone without highlighting it

2012-09-12 Thread sommeralex
thx 2012/9/12 Dragan Sahpaski [via Tapestry] < ml-node+s1045711n5716224...@n5.nabble.com> > Here you go: > > http://tapestry.apache.org/ajax-and-zones.html#AjaxandZones-ZoneEffectFunctions > > Cheers, > Dragan Sahpaski > > > On Wed, Sep 12, 2012 at 10:27 AM, sommeralex <[hidden > email]

Re: refreshing zone without highlighting it

2012-09-12 Thread Dragan Sahpaski
Here you go: http://tapestry.apache.org/ajax-and-zones.html#AjaxandZones-ZoneEffectFunctions Cheers, Dragan Sahpaski On Wed, Sep 12, 2012 at 10:27 AM, sommeralex wrote: > hi! > > does anybody know how i can use the periodic zone updater that way that the > zone is not being highlighted on each

Re: refreshing zone without highlighting it

2012-09-12 Thread nquirynen
Hi, I'm not sure what periodic zone updater you are talking about, but I remember with the Zone component the "update" parameter was by default "highlight". You could set it to "show" to get rid of the yellow highlighting. Not sure if this helps you with your problem though. Greetings, Nathan -