Possible to add a new component to a page using IComponentResolver ?

2015-05-08 Thread Tobias Gierke
Hi, I'm trying to use IComponentResolver to implement a custom tag that will render a panel with a link that when clicked will display some help text. I want to use a custom tag for this because I need to be able to programmatically validate up-front (during the build process) that there are

Re: Possible to add a new component to a page using IComponentResolver ?

2015-05-08 Thread Tobias Gierke
Hi Andrea, Hi, A nice example of a custom IComponentResolver can be found in WicketStuff with module JEE-Web-Integration: https://github.com/wicketstuff/core/wiki/JEE-Web-Integration. The code is here: https://github.com/wicketstuff/core/tree/master/jdk-1.7-parent/jee-web-parent/jee-web.

Re: Possible to add a new component to a page using IComponentResolver ?

2015-05-08 Thread andrea del bene
Hi, A nice example of a custom IComponentResolver can be found in WicketStuff with module JEE-Web-Integration: https://github.com/wicketstuff/core/wiki/JEE-Web-Integration. The code is here: https://github.com/wicketstuff/core/tree/master/jdk-1.7-parent/jee-web-parent/jee-web. Look at class