RE: Pass scrape taglib to a method (revisited)

2003-10-16 Thread Karen D. Wiens
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 >

RE: Pass scrape taglib to a method (revisited)

2003-10-16 Thread Karen D. Wiens
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 >

RE: Pass scrape taglib to a method (string)

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

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

Pass scrape taglib to a method (string)

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