No. The closing tag for the action follow the input attribute:

> <action path="/getAlaskaGroups"
> type="GetAlaskaGroupsAction"
> name="getAlaskaGroupsForm"
> scope="request"
> input="/index.jsp">          <---- closing tag here
> <forward name="getAlaskaGroupsDone" path="/index.jsp"/>
> validate="false">              <--  an orphan!!   This is not valid!!!
> </action>


Dave


----- Original Message -----
From: "Marcus Biel" <[EMAIL PROTECTED]>


> If you just mean that I don't validate the action -
> I will take care about that at a later time.
>
> But what do you mean with:
> it also has a '>' without '<'.
> ?
>
> Isn't that the closing tag for the <action path> tag ?
>
> <action path...
> ...
> ..
> input="/index.jsp">
>
>
> ?
> > Using a utility to validate the file is definately a GOOD idea.
>
> Do you know such utility, easy to use ?
>
>
> thx,
>
> marcus
>
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to