You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "David Leangen (JIRA)" <ji...@apache.org> on 2007/09/05 10:38:33 UTC

[jira] Updated: (WICKET-922) Inconsistent use of Button vs. IFormSubmittingComponent

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

David Leangen updated WICKET-922:
---------------------------------

    Attachment: Form-Change_Button_to_IFormSubmittingComponent.diff

Patch file.

The patch changes use of Button implementation for use of IFormSubmittingComponent interface.

In some of the methods, the IFormSubmittingComponent is cast to Component.

Comments and variable names are also updated to reflect the change.


Other than the change from Button to IFormSubmittingComponent, there are no other changes to the api. Therefore, some method names remain inconsistent (such as setDefaultButton, and so on).

> Inconsistent use of Button vs. IFormSubmittingComponent
> -------------------------------------------------------
>
>                 Key: WICKET-922
>                 URL: https://issues.apache.org/jira/browse/WICKET-922
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta4, 1.3.0-rc1, 1.3.0-final, 1.3.1
>            Reporter: David Leangen
>         Attachments: Form-Change_Button_to_IFormSubmittingComponent.diff
>
>
> Inconsistent use of the new IFormSubmittingComponent interface.
> Discussion here: http://www.nabble.com/Change-of-Button-interface-tf4370155.html

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