You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ramin <ra...@gmail.com> on 2013/03/12 15:18:24 UTC

IThemableAplication no longer exists

Hi 

I have a couple of issues with Wiquery in wicket 6.

1. What is an alternative for IThemableApplication#getTheme(Session session)
2. @WiQueryUIPlugin is missing from wicket 6, is there any replacement or is
it not needed any more

Many thanks
Ramin



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/IThemableAplication-no-longer-exists-tp4657183.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: IThemableAplication no longer exists

Posted by Gabriel Landon <gl...@piti.pf>.
Just follow the migration guide : 
http://code.google.com/p/wiquery/wiki/Migration60

1 - "The IWiQueryPlugin interface is now deprecated as users can now more
easily render their statements in the Component#renderHead(..) function.
This makes the interface rather useless. All code which you had in
IWiQueryPlugin#statement() can be moved to the Component#renderHead(..)
function."


2 - " public class CustomApplication extends Application {

...

        @Override
        protected void init()
        {
               
addResourceReplacement(WiQueryCoreThemeResourceReference.get(), new
WiQueryCoreThemeResourceReference("custom"));
        }
}"

Regards,

Gabriel.




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/IThemableAplication-no-longer-exists-tp4657183p4657191.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org