RE: Creating a valid web.xml version 2.4

2005-07-20 Thread Frasso, Anthony
On Jul 19, 2005, at 4:53 PM, Dave Newton wrote: I'm new to struts, and to web development in general, and after tinkering with the struts tag libraries, I've decided to switch to using the JSTL tag library. This requires JSP 2.0 support, which I should have, as I am using

RE: Creating a valid web.xml version 2.4

2005-07-20 Thread Frasso, Anthony
Frasso, Anthony wrote: So then I can completely remove the taglib tag from my web.xml file, making it look like the following? ?xml version=1.0? web-app xmlns=http://java.sun.com/xml/ns/j2ee;; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;; xsi:schemaLocation

Creating a valid web.xml version 2.4

2005-07-19 Thread Frasso, Anthony
Hello, and thanks in advance for all of your help. I'm new to struts, and to web development in general, and after tinkering with the struts tag libraries, I've decided to switch to using the JSTL tag library. This requires JSP 2.0 support, which I should have, as I am using Tomcat 5.5. My

Re: [offlist] Re: Newbie Help

2005-07-06 Thread Frasso, Anthony
Thanks for your help, Rahul. My current web.xml file looks like this: ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app ... According to the wiki, it seems that I should

Newbie Help

2005-07-05 Thread Frasso, Anthony
Hello, and thanks in advance for your help. I am a newbie with respect to struts, and for that matter web development in general. I am attempting to design a simple jsp page (using the struts framework) to print a table of values that are read from a bean. For now, I'll stick to trying to