1. Wicket AttributeModifier for AjaxLink stackoverflow.comIn wicket AttributeModifier doesn't change attribute "class" for AjaxLink. It should change class attribute and change how link looks like.
|
2. How to remove previous attributeModifier when new attributeModifier is added? stackoverflow.comI have two columns which are orderbyborder links. When i click one column i changed the color of column by adding attributeModifier in the following way
This works ... |