RE: Variable in a Struts tag

2003-03-26 Thread Karr, David
Ask Struts questions on the "struts-user" list. If you want to use the JSTL with Struts, you should probably use the Struts-EL library, which is a contributed library in the nightly build. > -Original Message- > From: Giovanni Formenti [mailto:[EMAIL PROTECTED] > > I have the JSTL/Struts

Re: Variable in a Struts tag

2003-03-26 Thread Jeff Smith
You have 3 problems. 1. You souldn't be using {} in the select value. 2. Assuming your XML root element is you haven't written your path properly = you need to specify the root element name which is NOT implied by the name you've given your tree variable. 3. x:set values refer typically to sub-tr