> -----Original Message----- > From: Christian Haul [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 1:14 PM > To: [EMAIL PROTECTED] > Subject: Re: inserting XML fragments in XSP > > > On 03.Jun.2003 -- 12:49 PM, Mato Mira, Fernando wrote: > > What's the correct Java translation of: > > > > <util:include-expr expr="foo"/> ? > > > > I can write the expansion directly in the page for now. > > Won't help, but here it is: > > XSPUtil.includeString(String.valueOf(foo), > this.manager, this.contentHandler); >
It works. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
