Turning the 2 lines around might give better results.

Regards,
   Erik.


Mathias Nilsson wrote:
What about

@Override
public void onComponentTag( ComponentTag tag){ tag.remove( "wicket:id" );
                             super.onComponentTag(tag);
}

--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/



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

Reply via email to