x27;m just getting started with these taglibs and appreciate any help
that
> anyone can give.
> Thank you,
> Karen
>
> -Original Message-
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 29, 2003 5:00 PM
> To: Tag Libraries Users List
>
age-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
Sent: Friday, August 29, 2003 5:00 PM
To: Tag Libraries Users List
Subject: Re: Pass scrape taglib to a method (string)
Karen D. Wiens wrote:
> How can I pass the value of the scrape taglib to a method? It seems
to
>
Can anyone help me with this? I'm getting a syntax error and I'm lost
on where to go from here.
Thanks.
-Original Message-----
From: Karen D. Wiens [mailto:[EMAIL PROTECTED]
Sent: Friday, August 29, 2003 7:10 PM
To: 'Tag Libraries Users List'
Subject: RE: Pass scrap
<--->
*** Syntax: Unexpected symbols ignored
-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
Sent: Friday, August 29, 2003 5:00 PM
To: Tag Libraries Users List
Subject: Re: Pass scrape taglib to a method (st
Hello,
How can I pass the value of the scrape taglib to a method? It seems to
me that it should be something like:
<% // snag text and stick it into 'teststring'
String teststring = pageContext.getAttribute( "" );
%>
But it doesn't like the syntax. I'm new to this...
Thanks for your help.