Scrape Taglib -- Help?

2005-02-21 Thread Malcolm Cowe
I've just started looking at the Scrape taglib for a project I'm working on and I have a couple of issues that I could use some help resolving. 1. Can I re-use ids? If I change the search pattern within a tag, the taglib complains that the id already exists. F

RE: Pass scrape taglib to a method (revisited)

2003-10-16 Thread Karen D. Wiens
That works perfectly!! Thank you so much!! -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 12:40 PM To: Tag Libraries Users List Subject: RE: Pass scrape taglib to a method (revisited) Try: <%= teststring %> Quoting &q

RE: Pass scrape taglib to a method (revisited)

2003-10-16 Thread Kris Schneider
a method that someone else wrote > > I'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

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-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
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 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:

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 n

Scrape taglib caching

2002-12-28 Thread Miles Kurosky
The Scrape tag seems to need reloading at least 3 times (regardless of the time attribute's value or status) to do a fresh scrape. I tried modifying the tag to have a default minimum time of one minute vs. the 10 minute it arrives with. Regardless of the time attribute's value, the taglib alway

RE: scrape taglib

2002-04-14 Thread Meltsner, Kenneth
At one point, I modified the Scrape taglib to use the standard URLConnection object. I botched it the first time, but I think I had it working OK the second time. I found one real problem -- there was a mistake in the use of the regular expression library to find the text between the tags

scrape taglib

2002-04-14 Thread Rich Catlett
Still not having any luck with the scrape taglib. Only responses I have gotten are from 2 others with the same issue. Follow up questions - 1. Is there a place we can look for errors? The taglib logs all of it's errors using the servletContext.log() method, in tomcat this log

FW: scrape taglib

2002-04-12 Thread Renick, Garrel
The developer for the scrape taglib asked me to forward his response to the list. Regards Garrel Renick -Original Message- From: Rich Catlett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 3:10 PM To: [EMAIL PROTECTED] Subject: scrape taglib Still not having any luck

Re: Scrape Taglib Up-To-Date jakarta-oro Package?

2001-11-20 Thread Elisa Green
Got it at: http://jakarta.apache.org/builds/jakarta-oro/release/ No more errors now. :) Elisa Elisa Green wrote: > > I keep getting this error in my test scrape page: > java.lang.NoClassDefFoundError: > org/apache/oro/text/regex/MalformedPatternException > > The page that I cut an paste the e

Scrape Taglib Up-To-Date jakarta-oro Package?

2001-11-20 Thread Elisa Green
I keep getting this error in my test scrape page: java.lang.NoClassDefFoundError: org/apache/oro/text/regex/MalformedPatternException The page that I cut an paste the example from (http://jakarta.apache.org/taglibs/doc/scrape-doc/) also mentioned that scrape taglibs "requires an up-to-date versio