We have a custom tag library that treats all of our tags with a session
scope (by design).  Is it possible to use JSTL's <c:set> tag to change the
scope on one of the attributes on our tags?  Users are requesting the
ability to dynamically change an attribute value on our tags when a page is
refreshed, but so far this is not possible within the tags themselves --
they are only interpreted the first time a page loads.  If so, do we have to
modify our tag library to support this?

Steve

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to