> -----Original Message-----
> From: Steve Vanspall [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 29, 2002 8:20 PM
> To: Tag Libraries Users List
> Subject: Re: Help with c.out and html code
>
>
> thanks for that,
>
> You don't know where I can find a reference to all the tags
> available do
> you?
Buy Shawn's book! Seriously, you'll find it very worthwhile.
--
Martin Cooper
>
> the links around seem to forward to partial exceprts from
> books, but don't
> go into much details with the tag attributes.
>
> Regards
>
> Steve
> ----- Original Message -----
> From: "Shawn Bayern" <[EMAIL PROTECTED]>
> To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
> Sent: Monday, September 30, 2002 12:37 PM
> Subject: Re: Help with c.out and html code
>
>
> > On Mon, 30 Sep 2002, Steve Vanspall wrote:
> >
> > > I want to use JSTL to do the same thing, but when I use <c:out
> > > value="${AdminProdAttrForm.genAttribs.html}">
> > >
> > > I get the html code with the appropriate escape character encoding
> > > instead.
> > >
> > > i.e. < instead of < etc.
> > >
> > > is there a way to stop the tag from escaping these characters??
> > >
> > > any help would be appreciated.
> >
> > Sure - set the 'escapeXml' attribute of <c:out> to 'false:
> >
> > <c:out
> > value="${AdminProdAttrForm.genAttribs.html}"
> > escapeXml="false" />
> >
> > --
> > Shawn Bayern
> > "JSTL in Action" http://www.jstlbook.com
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>