All of the classes I imported.

<%@ page import ="java.util.*"%>
<%@ page import ="java.text.*"%>
<%@ page import ="javax.servlet.jsp.*"%>
<%@ page import ="javax.servlet.jsp.tagext.*"%>
<%@ page import ="org.apache.turbine.util.*"%>
<%@ page import ="org.apache.turbine.services.jsp.JspService;"%>

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Vincent Bonamy
Sent: Thursday, August 30, 2001 9:54 AM
To: [EMAIL PROTECTED]
Subject: Re: jsp tag question


Hello Anthony,

Could you please tell me what jar did you import for this.
It seems VERY interesting !!

very thanks,
vincent.

Anthony Smith wrote:

> I did reference the tag lib.
>
> What I ended up doing was this in my jsp and it worked.
>
> RunData data = (RunData)pageContext.getAttribute(JspService.RUNDATA,
> PageContext.REQUEST_SCOPE);
>
> -----Original Message-----
> From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 30, 2001 12:49 AM
> To: [EMAIL PROTECTED]
> Subject: RE: jsp tag question
>
> Did you reference the tag library:
>
> <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed'
> %>
>
> > -----Original Message-----
> > From: Anthony Smith [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 28, 2001 1:30 PM
> > To: [EMAIL PROTECTED]
> > Subject: jsp tag question
> >
> >
> > I am still using 1.3a1, but I want to know how I can use the value:
> > <jetspeed:info requestedInfo="UserName" />
> > to set it or compare it to another String in JSP. JSP does
> > not lag the tag
> > syntax.
> >
> >
> > <% String UserName = "<jetspeed:info requestedInfo="UserName" />" %>
> >
> > This does not fly. What are my options?
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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



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

Reply via email to