Hi Antonio,

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

Yes that would be a workaround indeed but somewhat cumbersome since I use this scope everywhere. I do think struts should offer a way to change TagUtils behavior. With the : private final TagUtils instance; there is clearly no way in :-( It should be at least: protected TagUtils instance Or offers a way to specify the implementation to use.

I did an webBase ERP and in this context the window scope make sense. One session, 3 windows, 1 Request and 1 page scope. And I do want to change the implementation because this way I can use all the Struts taglib without a change!

Maybe I need to open a BUG to propose the enhancement?

Is that make sense?

Best Regards
/David












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

Reply via email to