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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]