Re: wicket 6.x add additional folder

2013-02-09 Thread always_rick
Thanks a lot.

Sorry for my careless reading... 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-6-x-add-additional-folder-tp4656212p4656215.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: wicket 6.x add additional folder

2013-02-09 Thread Francois Meillet
getResourceSettings().getResourceFinders().add(your IResourceFinder);
exemple:
getResourceSettings().getResourceFinders().add(new 
WebApplicationPath(getServletContext(), "some/path));


more on https://cwiki.apache.org/WICKET/migration-to-wicket-60.html


François



Le 9 févr. 2013 à 11:00, always_rick  a écrit :

> Hi,
> 
> I stick to wicket 1.5.4 for quite a long while.
> 
> I used to getResourceSettings().addResourceFolder( folderName ) in app
> init() to achieve adding additional folder.
> 
> However, I don't see API 6.x has such as a method in ResourceSettings.
> 
> Do I miss something?
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/wicket-6-x-add-additional-folder-tp4656212.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


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



wicket 6.x add additional folder

2013-02-09 Thread always_rick
Hi,

I stick to wicket 1.5.4 for quite a long while.

I used to getResourceSettings().addResourceFolder( folderName ) in app
init() to achieve adding additional folder.

However, I don't see API 6.x has such as a method in ResourceSettings.

Do I miss something?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-6-x-add-additional-folder-tp4656212.html
Sent from the Users forum mailing list archive at Nabble.com.

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