David Gagnon ha scritto:
If the instance variable is at least protected and not final. It would be possible to create my new WindowScopeEnabledTagUtils class that inherit from tagUtils and change the instance for my new instance. That would have been great! Is that can be done ? Is there a reason why thing are like that? Have been away from the lastest version of struts and I have some catchup to do :-)
I suppose that you want to use some window-scoped attribute in your JSP page, right? In this case I think that you could "copy" you attribute from window scope to page scope (probably with some custom tag library) and then use it, without changing Struts codebase.
HTH Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]