What about
@Override
public void onComponentTag( ComponentTag tag){
tag.remove( "wicket:id" );
super.onComponentTag(tag);
}
--
View this message in context:
http://www.nabble.com/how-to-strip-wicket-tags-for-particular-component-tp24568122p24571367.html
Sent from the Wicket - User mailing list archive at Nabble.com.--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
