Re: Struts-EL and Struts features not in JSTL and EL

2006-08-28 Thread Bob
Thanks. That solution didn't quite work (I didn't need to reference the "map") but led me to try something similar which worked. Wendy Smoak-3 wrote: > > On 8/28/06, Mead, Robert F (Titan) @ TITAN <[EMAIL PROTECTED]> wrote: > >> > property="someProp"> >> >> The Struts libraries are intellig

Re: Struts-EL and Struts features not in JSTL and EL

2006-08-28 Thread Wendy Smoak
On 8/28/06, Mead, Robert F (Titan) @ TITAN <[EMAIL PROTECTED]> wrote: The Struts libraries are intelligent enough to take a dynamic form name and find the property. I have not been able to get the same behavior to work using JSTL and EL. For example the following fails (and I've tried a bunc