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( "<scrp:result
scrape="pj3"/>" );

%>

One approach:


<c:set var="teststring"><scrp:result scrape="pj3"/></c:set>

HTH!
--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

dream. code.




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to