Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.12
-
None
Description
Hi,
As already stated in WICKET-1844, it is a little bit annoying to set the methods of the Wizard's buttons to final.
All I want to do is to add another CSS class depending on the state of the wizard:
add(new AttributeAppender("class", new Model("foo"), " "));
Currently, the additional class for the NextButton is set via JavaScript...
If there's another way to do so, please let me know.
Regards,
Carsten
PS: What a pity, obviously, you've deactivated any tags to format texts.
Attachments
Issue Links
- relates to
-
WICKET-1844 Wizard button implementations should not be final
- Closed