You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carsten Franke (JIRA)" <ji...@apache.org> on 2010/11/22 09:06:15 UTC

[jira] Closed: (WICKET-3089) onBeforeRender in NextButton should not be final

     [ https://issues.apache.org/jira/browse/WICKET-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Franke closed WICKET-3089.
----------------------------------


Thanks a lot!
Tested with v1.4.13 only.

> onBeforeRender in NextButton should not be final
> ------------------------------------------------
>
>                 Key: WICKET-3089
>                 URL: https://issues.apache.org/jira/browse/WICKET-3089
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>            Reporter: Carsten Franke
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.13, 1.5-M3
>
>
> 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: {code}add(new AttributeAppender("class", new Model("foo"), " "));{code} 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.