On Thu, 16 May 2002, TIMO EINSIEDLER-BURGER wrote:

> I must perfom multiple substitutions on an imported (-> import tag)
> text.
> 
> But as far as i read and (hopefully) understood the docs and specs it
> is only possible to perform one regular expression on a text and then
> print out the text (but not to copy the substituted text into a
> variable -> which would already solve the problem !).

I'm not sure what you're using to perform the regular-expression
substitution (the String Taglib?), but it sounds like whatever it is, you
can stick it inside JSTL's <c:set> tag to "capture" the output as a
String.

-- 
Shawn Bayern
"JSP Standard Tag Library"   http://www.jstlbook.com
(coming this summer from Manning Publications)


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

Reply via email to