hi,

"X" is just a prefix, IMHO you can't "access" it which is declared in a
statement in your jsp, like the following:
<%@ taglib uri="cool_tags.jar" prefix="x" %>

check out the very cool taglibs tutorial at orionserver.com:
http://www.orionserver.com/taglibtut/index.jsp

you certainly find there what you are looking for.

bye,
joe

----- Original Message -----
From: Antonio-Alicea <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 27, 2000 3:12 PM
Subject: RE: How to access the session from a custom tag


> Since I'm new to STRUTS (but not to Java or HTML/JavaScript/CSS):
>
> What does "How to access X from a custom tag" mean?
>
> How to access from the Java code that implements/extends any of the JSP
tag
> interfaces/classes or from within the JSP like:
>
> <x:tag>ELEMENT ENCLOSED BY TAG WHICH WANTS TO ACCESS X</x:tag>
> ?
>
> Thanks,
>
> Tony
>

Reply via email to