Re: Bug
venu madhav <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Rashmi Rubdi wrote: > On 4/29/07, venu madhav <[email protected]> wrote: >> Rashmi, >> I understood what you are saying. I want to make clear >> that there is no wrong in my web.xml . > > Hi Venu, > > Just to be clear, please elaborate on what you mean by "there is no > wrong in my web.xml" , it would be helpful if you posted the web-app > node in /WEB-INF/web.xml > >> the error am facing is with the >> tld file I got with it. The error I got says that the datagrid tag wont >> support EL for items attribute. > >> But the examples I got from the >> apache.org site contains EL for items attribute. How is it possible I >> didnt understand. Please check once again. All the technoligies am using >> are absolutely correct. > > I will try to replicate this problem here, but first please post > web-app of web.xml , > it is a widely known fact that EL will not evaluate if web.xml doesn't > conform to > the same specification as the one used by the servlet container. > > -Regards > Rashmi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > Rashmi, I mean to say that the node <?xml version="1.0"> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> </web-app> is exactly as it is in my web.xml . Ok if you have any other example done using the same taglib, please send it to me. It may be helpfull for me.