LynchWu wrote:
>
> Hi All
>
> Does anyone know how to deal session
> variables by pure taglib? I know it's possible to
> deal with them in Model 1, but we want a pure
> taglib programming environment. Could we simply
> import javax.servelet.http to do that?

I'm not sure I get the question, but if you're asking about how a
tag handler can access session scope data, the answer is that a
tag handler has access to all scopes through the pageContext object.
Read the JSP 1.1 spec for details,

  <http://java.sun.com/products/jsp/>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to