Re: Basic problem
"Rashmi Rubdi" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
${username} is an EL expression it does not require any taglib URI
But the web.xml needs to conform with Servlet 2.4 spec as indicated in
the previous post.
-Rashmi
On 4/1/07, Hassan Schroeder <[email protected]> wrote:
> On 4/1/07, Rupert Woodman <[email protected]> wrote:
>
> > I have a file called "response.tag" which if I put the taglib tag in it (1st
> > line). gives me the above error - works fine without it.
>
> What do you mean by "works fine without it"? How are you invoking
> this tag? I tried including your tag as is in a JSP and it worked either
> way (with/without the taglib uri inclusion);