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/10/04 09:10:33 UTC

[jira] Updated: (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 updated WICKET-3089:
-----------------------------------

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

  was:
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


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