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 tag from my > web.xml file, making it look like the following? > > > > > > > >http://java.sun.com/xml/ns/j2ee";; > > xmlns:xsi="http://www.w3.org/2001/XML

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

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 or

Re: [offlist] Re: Newbie Help

2005-07-06 Thread Frasso, Anthony
Thanks for your help, Rahul. My current web.xml file looks like this: http://java.sun.com/dtd/web-app_2_3.dtd";> ... According to the wiki, it seems that I should be changing it to this: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/20

RE: [offlist] Re: Newbie Help

2005-07-06 Thread Frasso, Anthony
mmendation, replacing the tag with just "${project.projectId}". Same result. Thanks again for your help, Wendy, and to everyone who responded to my earlier post. I've forwarded this response to the list as well in case Wendy is not available again to respond. Regards, Antho

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 gen