-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rafael Mu�oz Vega Sent: Tuesday, January 20, 2004 8:41 AM To: [EMAIL PROTECTED] Subject: Re: [displaytag-user] Extending TableTag
On Tue, 20 Jan 2004 15:31:47 +0100, Rafael Mu�oz Vega <[EMAIL PROTECTED]> wrote: > Hi all. > > Time ago, I modified DisplayTag to let it configure itself in a > dynamic and runtime way (with a ConfigDisplayTag class that > you provide it with a new property). Today, I began to refactor > my code to clean it. My idea was extends the TableTag class > and overwrite the needed method (in this case only doStartTag()), > and in this way aislate my new code from the DisplayTag core code. But > I have a lot of problems to do it, because some needs fields (tableModel, > properties,currentMediaType) and some methods are private > (initParameters()). > Are there any reasons because are private and not protected or > because there aren't public/protected sets to the TableTag fields? > > I hope that my question it's not very stupid :). > > Greetings. > Ok. I found a way to do it (Yeahh, i feel like a very very stupid man in this moment). I overwrite doStopTag instead of doStartTag and all my problems just disappeared. Sorry for the annoyances -- Rafael Mu�oz Vega email: [EMAIL PROTECTED] "Mi kung-fu es mas fuerte que el tuyo" ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

