changing scope of custom JSTL class variables

2006-06-14 Thread Calvin G. Dodge
I'm maintaining and upgrading an existing Struts application (written by someone else long ago, with no chance of contacting the authors). I just discovered that our custom tag class variables have global scope - when a tag class (derived from javax.servlet.jsp.tagext.TagSupport) is used, an

Re: changing scope of custom JSTL class variables

2006-06-14 Thread Craig McClanahan
On 6/14/06, Calvin G. Dodge [EMAIL PROTECTED] wrote: I'm maintaining and upgrading an existing Struts application (written by someone else long ago, with no chance of contacting the authors). I just discovered that our custom tag class variables have global scope - when a tag class (derived