You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Igor Drobiazko (JIRA)" <de...@tapestry.apache.org> on 2008/08/15 08:29:44 UTC

[jira] Assigned: (TAPESTRY-2586) Some abstract base class methods should be overridable

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

Igor Drobiazko reassigned TAPESTRY-2586:
----------------------------------------

    Assignee: Igor Drobiazko

> Some abstract base class methods should be overridable
> ------------------------------------------------------
>
>                 Key: TAPESTRY-2586
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2586
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.14
>         Environment: All
>            Reporter: Ernest Monklitch
>            Assignee: Igor Drobiazko
>             Fix For: 5.0.15
>
>
> In TAPESTRY-2484 TextField, PasswordField, TextArea classes were made extensible. However the abstract classes with all the really interesting stuff are still marked final. In AbstractTextField methods final void begin(MarkupWriter writer) and protected final void processSubmission(String elementName) are still final.
> Could these be made extensible also?
> Now if I want to have my own validator and translator logic / sources I have to copy the abstract field code to my codebase and make changes.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org