You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/10/13 21:17:33 UTC

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

    [ https://issues.apache.org/jira/browse/WICKET-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920723#action_12920723 ] 

Hudson commented on WICKET-3089:
--------------------------------

Integrated in Apache Wicket 1.5.x #392 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/392/])
    Issue: WICKET-3089


> 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.