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<String, String> configuration) {
        //...
        configuration.add(ComponentParameterConstants.ZONE_SHOW_METHOD,
"show");
        configuration.add(ComponentParameterConstants.ZONE_UPDATE_METHOD,
"show");
        //...
    }


On Wed, Sep 12, 2012 at 12:35 PM, sommeralex <alexander.som...@gmail.com>wrote:

> 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]<
> http://user/SendEmail.jtp?type=node&node=5716224&i=0>>
> > wrote:
> >
> > > hi!
> > >
> > > does anybody know how i can use the periodic zone updater that way that
> > the
> > > zone is not being highlighted on each update with yellow?
> > >
> > > thx
> > >
> > >
> > >
> > > --
> > > View this message in context:
> >
> http://tapestry.1045711.n5.nabble.com/refreshing-zone-without-highlighting-it-tp5716221.html
> > > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [hidden email]<
> http://user/SendEmail.jtp?type=node&node=5716224&i=1>
> > > For additional commands, e-mail: [hidden email]<
> http://user/SendEmail.jtp?type=node&node=5716224&i=2>
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]<
> http://user/SendEmail.jtp?type=node&node=5716224&i=3>
> > For additional commands, e-mail: [hidden email]<
> http://user/SendEmail.jtp?type=node&node=5716224&i=4>
> >
> >
> >
> > ------------------------------
> >  If you reply to this email, your message will be added to the discussion
> > below:
> >
> >
> http://tapestry.1045711.n5.nabble.com/refreshing-zone-without-highlighting-it-tp5716221p5716224.html
> >  To unsubscribe from refreshing zone without highlighting it, click here<
> http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5716221&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxNjIyMXwxMDUzMzQxMzM4
> >
> > .
> > NAML<
> http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=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/refreshing-zone-without-highlighting-it-tp5716221p5716225.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>



-- 
BR
Ivan

Reply via email to