I'm seeing really weird behaviour now.
Sometimes the values are being returned to the JSP, but the TEI class is
still not being called.
Can anyone point me to a good guide on how to use TEI classes. I've found a
couple on the web and I'm sure I'm doing the correct thing, but I must be
missing something somewhere.

Thanks,
Catharine

> I have a custom tag in which I want to return values back to the JSP, and
so
> I have created a TEI class to go with it.
> However, not only is it not returning the values but its not actually
> calling the getVariableInfo method in the TEI class.
>
> At the end of the doStartTag in my Tag class I have the following line:
> pageContext.setAttribute("myvalue", myvalue, PageContext.PAGE_SCOPE);
> The Tag class appears to be working fine.
>
> In the tld file I am decalring the TEI class using the <teiclass> tag and
I
> have checked this file exists in the correct location.
>
> In the JSP I am calling the tag as follows:
> <prefix:mytag myvalue="myvalue"/>
>
> Can anyone tell me where I am going wrong?
>
> Thanks,
> Catharine

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to