RE: [OT] Re: embed jstl or other struts tag or scriplets within html:text

2005-09-30 Thread Gary VanMatre
t;[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > >To: Struts Users Mailing List > >Subject: [OT] Re: embed jstl or other struts tag or scriplets within > >html:text > >Date: Fri, 30 Sep 2005 15:36:17 -0400 > > > >Dilip Ladha

Re: [OT] Re: embed jstl or other struts tag or scriplets within html:text

2005-09-30 Thread Dave Newton
Dilip Ladhani wrote: I am on websphere/wsad 5.1. Do I have to use EL I have no idea. Perhaps you could look in your documentation or on the web: I'll just bet it says somewhere. Dave - To unsubscribe, e-mail: [EMAIL PROT

RE: [OT] Re: embed jstl or other struts tag or scriplets within html:text

2005-09-30 Thread Dilip Ladhani
I am on websphere/wsad 5.1. Do I have to use EL From: Dave Newton <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: [OT] Re: embed jstl or other struts tag or scriplets within html:text Date: Fri, 30 Sep 2005 15:36:17 -040

[OT] Re: embed jstl or other struts tag or scriplets within html:text

2005-09-30 Thread Dave Newton
Dilip Ladhani wrote: This does not work for me at all. Anyone have any ideas Yep; use a JSP 2.0-compliant container or the struts EL tags and replace "<%= executionState %>" with "${executionState}". Dave - To unsubscrib