Re: JSTL problem
"Rahul Akolkar" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
On 11/7/06, Kris Schneider <[email protected]> wrote: <snip/> > > For the message: > According to TLD or attribute directive in tag file, attribute items does > not accept any expressions > > That seems to point to the forEach tag. Make sure the version of JSTL > matches the version of JSP and type of web.xml (Servlet 2.3 DTD vs. Servlet > 2.4 Schema) that you're using for your app. > > JSTL 1.0 -> JSP 1.2 -> Servlet 2.3 > JSTL 1.1 -> JSP 2.0 -> Servlet 2.4 > <snap/> Also, some related FAQ is here: http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions -Rahul