RE: Basic problem

2007-04-02 Thread Rupert Woodman
-Original Message- From: Rupert Woodman [mailto:[EMAIL PROTECTED] Sent: 01 April 2007 23:35 To: 'Tag Libraries Users List' Subject: RE: Basic problem Your request for a WAR file has uncovered the problem. I was running Tomcat from eclipse WTP (which I didn't envisage would be problematic

Re: Basic problem

2007-04-02 Thread Rashmi Rubdi
Personally I like to build applications independent of an IDE such as Eclipse, NetBeans, IDEA etc. If you make it work without an IDE first then, you'll know what changes to make within the IDE to get it to work. -Rashmi On 4/2/07, Rupert Woodman [EMAIL PROTECTED] wrote: My mistake, this is

Basic problem

2007-04-01 Thread Rupert Woodman
Hi, I'm trying to use the Jakarta taglibs (1.1.2) with Tomcat 5.5.23, and am failing miserably! I've looked at newsgroups, the Jakarta taglibs tutorial, and archives of this mailing list, but still haven't got it working and I don't think that I've done anything differently to what other

Re: Basic problem

2007-04-01 Thread Rashmi Rubdi
The web-app entry in web.xml looks incorrect change it to the following: ?xml version=1.0 encoding=UTF-8? 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

Re: Basic problem

2007-04-01 Thread Hassan Schroeder
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

Re: Basic problem

2007-04-01 Thread Rashmi Rubdi
I can't think of anything else that requires correction. If you upload a small WAR file sample of your project somewhere, give us the link to the WAR file and we will take a look. -Rashmi On 4/1/07, Rupert Woodman [EMAIL PROTECTED] wrote: Hi Rashmi, Thanks for the help. I didn't think the

Re: Basic problem

2007-04-01 Thread Rashmi Rubdi
${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

RE: Basic problem

2007-04-01 Thread Rupert Woodman
If I have the taglib line in there, I get the error, if I remove the taglib line, I get the error given. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: 01 April 2007 21:40 To: Tag Libraries Users List Subject: Re: Basic problem On 4/1/07, Rupert Woodman

RE: Basic problem

2007-04-01 Thread Rupert Woodman
2007 21:49 To: Tag Libraries Users List Subject: Re: Basic problem ${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

RE: Basic problem

2007-04-01 Thread Rupert Woodman
. Many thanks for your help (and to Hassan) - much appreciated. Rgds Rupert -Original Message- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: 01 April 2007 21:43 To: Tag Libraries Users List Subject: Re: Basic problem I can't think of anything else that requires correction. If you

bean:write basic problem.

2003-11-25 Thread Ricky Lee
hi,i get a problem in struts taglib. i test the bean-write.jsp under struts-excercise-taglib folder, it can work smoothly , if i create a new application, and test bean-write.jsp, it can't work, after that, i found a problem, if i add the code below into web.xml of my new web application ,the