Hello,

I add a CSS class to component dynamcially the following way:

inputComponent.add(new AttributeAppender("class", new 
Model<String>("errorField"), " "));

How can I remove this CSS class in java code?

Best!


      

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

Reply via email to