I have some custom tags. How do I access the page they are used in: session variables, form inputs, etc... without using parameters and set commands? thanks, Zman
scottie zman
Ranch Hand
Joined: Aug 08, 2001
Posts: 40
posted
0
found it... String varname= pageContext.getAttribute( "sessionVarName", PageContext.SESSION_SCOPE).toString();