[
https://issues.apache.org/struts/browse/STR-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Benedict updated STR-2410:
-------------------------------
Affects Version/s: (was: Future)
> [taglib] Subclassing Struts- and Struts-EL Taglibs
> --------------------------------------------------
>
> Key: STR-2410
> URL: https://issues.apache.org/struts/browse/STR-2410
> Project: Struts 1
> Issue Type: Improvement
> Components: Taglibs
> Environment: Operating System: All
> Platform: All
> Reporter: Samuel Fleischle
> Priority: Minor
>
> In the custom taglibs there are some private methods like:
> -evaluateExpressions() (in all EL-Taglibs)
> -calculateMatchValues() (in SelectTag)
> -selectTag() (in OptionTag)
> -and so on
> If I want to write my own tags, subclassing the struts tags and overwriting
> the doStartTag(), doEndTag() methods, I have to call these methods via
> reflection.
> Changing these private methods to protected, will be much easier to handle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.