I have written a custom directory browsing view with webwork, and it works fine now, but I discovered a rather annoying thing in webwork in the proccess: ServletDispatchers getActionName() method is private. This forced me to copy paste the entire code of this class into my directory browse servlet, when a simple extend and override of getActionName() would've been enough. Is there some rationale behind using private instead of protected here that I can't see?
// Anders Hovmöller ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork