On Mon, 05 Mar 2012 08:23:15 -0300, resign <sergejb...@yahoo.de> wrote:

Hi,

sorry, but i have my problems to realize that :-(
I inserted in the AppModule follow:


   @Contribute(SymbolProvider.class)
    @FactoryDefaults
    public static void
            contributeFactoryDefaults(MappedConfiguration<String, String>
configuration)
    {

        configuration.add(JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME,
"classpath:themes/smoothy/css/custom-theme/jquery-ui-1.8.18.custom.css");
  }

You should add it to ApplicationDefaults, not FactoryDefaults.


While deployement i get the error:
...
conflicts with existing contribution (by
org.got5.tapestry5.jquery.services.JQueryModule.contributeFactoryDefaults(MappedConfiguration)
(at JQueryModule.java:86)).
...

How can i use the theme, i downloaded from jquery-ui.com ?

greetings,
resign

--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-jquery-2-6-0-change-theme-tp5527692p5537257.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



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

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

Reply via email to