Andrew, I appears that you missed one glaring error. In the getAlaskaGroups action, the vlaidate="false" is seriously out of place. It also has a '>' without a '<'.
Using a utility to validate the file is definately a GOOD idea. Dave D ----- Original Message ----- From: "Andrew Hill" <[EMAIL PROTECTED]> > Looks like your companies mail server thinks the xml file is a virus! > (Its just text. Dont see how it could be - and my Norton antivirus clears it > as well. Hmm.) > I shall paste the contents below for you. > > <snip> > > <action path="/getAlaskaGroups" > type="GetAlaskaGroupsAction" > name="getAlaskaGroupsForm" > scope="request" > input="/index.jsp"> > <forward name="getAlaskaGroupsDone" path="/index.jsp"/> > validate="false"> > </action> > > > -----Original Message----- > From: Andrew Hill [mailto:andrew.david.hill@;gridnode.com] > > Theres a few errors I noticed taking a look at it: > > 1. You can't put <!-- comments --> inside a tag like this: > <tag atribute="value" <!--comment--> attribute1="value"/> > > 2. The edit alaska action is missing a " after the word request (scope > attribute) > > Ive attached a corrected version of your struts-config to this email. > Give it a try and see if it helps. > > You may want to download one of the many free utilities that an help in > preparing all this sort of config stuff for struts. Theres a few listed at: > http://jakarta.apache.org/struts/resources/guis.html > > > -----Original Message----- > From: Marcus Biel [mailto:Marcus.Biel@;bmw.de] > -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>