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:01:38 UTC

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

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

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


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

Posted by "Carsten Franke (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3089.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M3
                   1.4.13
         Assignee: Igor Vaynberg

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


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920814#action_12920814 ] 

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

Integrated in Apache Wicket 1.4.x #200 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/200/])
    

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


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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.