On 02/06/2011 05:51 AM, msj121 wrote:

I see, well I am happy I could help, and it sounds like you have quite an
interesting project.

humm, indeed ;)

just to let everyone know:
adding this to application init works nicely:

addComponentInstantiationListener(new IComponentInstantiationListener(){
        public void onInstantiation(final Component arg0){
                arg0.setMarkupId(this.prefix + arg0.getMarkupId());
        }
});

thanks again, uwe

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

Reply via email to