Your xml has a typo.
Kill the '>' in the line: validate="false">

-----Original Message-----
From: Marcus Biel [mailto:Marcus.Biel@;bmw.de]
Sent: Wednesday, October 23, 2002 19:20
To: [EMAIL PROTECTED]
Subject: direct acess to Action


Can I directly access an Action in the browser ?


I want to create an ArrayList, before I display my jsp,
because this jsp page needs to ue this ArrayList.

Therefore I wrote an action mapping:
<action path="/createPlantList"
        type="CreatePlantListAction"
        name="createPlantListForm"
        scope="request"
        validate="false">
        <forward name="plantListCreated" path="index.jsp"/>
</action>

So I want to use this Action by typing /createPlantList.do into my
browser line.
That should create an ArrayList and should forward to my index.jsp,
where the ArrayList will be displayed.

Could this work ?

If it could work this way, what did I do wrong ?

here comes the error message:
Parsing error processing resource path /WEB-INF/struts-config.xml


thanks in advance,

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