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: [email protected]
For additional commands, e-mail: [email protected]
