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 (string)
Karen D. Wiens wrote:
How can I pass the value of the scrape taglib to a method? It seems
t just like any other HTML tag.
hth,
Timo
-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 scrape taglib to a method (string)
Thank you for responding. I've tried this and
s token
88.
<--->
*** 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 scra
Karen D. Wiens wrote:
Thank you for responding. I've tried this and I'm still getting a
syntax error.
<% // snag text and stick it into 'teststring'
;
%>
Yep, that'll create one :-) -- don't enclose these tags:
in a scriptlet section ( the <% ... %> )
--
Hassan Schroeder -
<--->
*** 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
Karen D. Wiens wrote:
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( "" );
%>
One approach:
HTH!
--
Hassan Schroeder
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.