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.

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

Reply via email to