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");
  }

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

Reply via email to