Struts2 Tags and HTML Encoding

2007-10-17 Thread Tom Holmes Jr.
This is probably a very easy question ... and I'm probably just having one of those "brain-fart" moments. I'm using struts2 and that works fine ... I've got a bean created and in session, so I can use the:prefix="s" uri="/struts-tags"taglib defined. This all works great! I'm showing

Re: Struts2 Tags and HTML Encoding

2007-10-17 Thread Jim Cushing
Add escape="false" to your tag: On Oct 17, 2007, at 2:00 PM, Tom Holmes Jr. wrote: This is probably a very easy question ... and I'm probably just having one of those "brain-fart" moments. I'm using struts2 and that works fine ... I've got a bean created and in session, so I can use the:

Re: Struts2 Tags and HTML Encoding

2007-10-17 Thread Dave Newton
http://struts.apache.org/2.x/docs/property.html 'escape' attribute? --- "Tom Holmes Jr." <[EMAIL PROTECTED]> wrote: > This is probably a very easy question ... and I'm > probably just having > one of those "brain-fart" moments. > > I'm using struts2 and that works fine ... I've got a > bean cr