You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/08/22 09:04:35 UTC

[jira] Closed: (STR-2410) [taglib] Subclassing Struts- and Struts-EL Taglibs

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

Paul Benedict closed STR-2410.
------------------------------

    Resolution: Incomplete
      Assignee:     (was: Struts Developers)

Justification is absent and so closing.

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