[Fwd: Re: [Validator] [Fwd: Validation XML DTD failure when offline]]

2002-09-09 Thread Erik Hatcher
I'm posting this over here in case anyone could look into this and perhaps fix Validator if it needs it. Thanks, Erik Original Message Subject: Re: [Validator] [Fwd: Validation XML DTD failure when offline] Date: Mon, 9 Sep 2002 14:22:19 +0100 From: James Strachan

Re: how to set welcome-file as a Servlet

2002-09-09 Thread Jeremy Prellwitz
i have no idea if you can put a servlet in your welcome list, so you may want to keep trying that angle, but what i do know works is putting an index.jsp in your welcome list, and that jsp could contain nothing except the following: % response.sendRedirect(YourServlet); % And then

Re: how to set welcome-file as a Servlet

2002-09-09 Thread TVS Murthy
How about URL Mapping ? For example, if index.jsp is mapped to /WelcomeServlet it may work. I am not sure if this will work, but it should I would think. Thanks TVS --- Jeremy Prellwitz [EMAIL PROTECTED] wrote: i have no idea if you can put a servlet in your welcome list, so you may want

Invalid Struts manifest file?

2002-09-09 Thread Martin Cooper
When I run 'ant compile.library', I am getting the following errors: -- compile.library: [style] Transforming into C:\src\jakarta\jakarta-struts\target\library [jar] Manifest is invalid: The attribute Class-Path may not occur more than once in the same section BUILD FAILED

cvs commit: jakarta-struts/src/share/org/apache/struts/util ImageButtonBean.java

2002-09-09 Thread martinc
martinc 2002/09/09 21:04:00 Added: src/share/org/apache/struts/util ImageButtonBean.java Log: New utility class to capture coordinates from an HTML input tag of type 'image'. Some minor changes from Ted's original version. Obtained from: Ted Husted Revision Changes