Re: Pass scrape taglib to a method (string)

2003-09-05 Thread K.C. Baltz
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

Re: Pass scrape taglib to a method (string)

2003-09-03 Thread Timo Neumann
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

RE: Pass scrape taglib to a method (string)

2003-09-03 Thread Karen D. Wiens
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

Re: Pass scrape taglib to a method (string)

2003-08-30 Thread Hassan Schroeder
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 -

RE: Pass scrape taglib to a method (string)

2003-08-30 Thread Karen D. Wiens
<---> *** 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

Re: Pass scrape taglib to a method (string)

2003-08-30 Thread Hassan Schroeder
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