On Tue, 22 Mar 2005 08:33:13 +0100, Fleischle, Samuel <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to add some special functions to the HTML- and HTML-EL-Tags. > For this reason, I created a subclass from a few tags e.g. ELSelectTag.java. > > In this classes I add some additional code to the doStartTag() method. Now I > want to call some methods from the superclasses e.g. evaluateExpressions() > or calculateMatchValues() or anything else, but this methods are private. > > Is there any possibility, to call these classes from my subclass? > Or any way, to change these methods in the struts-tags from private to > protected?
The best way to get them changed to protected is to submit an enhancement request to the bug database (http://issues.apache.org/bugzilla/) and attach a patch in the form of a diff (i.e. svn diff) so that the changes can be easily applied by a committer. -- Martin Cooper > Thanks for your help, > Sam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]