Hi all,
I have the globalforward in the property input of the one action in action-mapping, i
configure this in the controller in the struts-config.xml file in the struts1.1b3
in the struts-config.xml i have:
<controller
inputForward="true"
nocache="true"
locale="true"/>
and in one actionmapping in the input attribute i refer a global forward:
<global-forwards>
...
<forward name="adminCreateUser"
path="/do/admin/AdminPreCreateUserentity=rol&action=find&reference=rol" />
...
</global-forwards>
<action-mappings>
...
<!-- AdminCreateUser -->
<action path="/admin/AdminCreateUser"
type="com.mubimedia.project.struts.action.AdminAction"
input="adminCreateUser"
name="userForm"
scope="request"
validate="true"
>
<forward name="success" path=".admin.index.page" />
</action>
...
</action-mappings>
then the error ocurr when i have redirect to input attribute of AdminCreateUser
actionmapping. the tomcat says:
type Status report
message /adminCreateUser
description The requested resource (/adminCreateUser) is not available.
any idea??? thanks
Ferran Parra
Departament de Noves Tecnologies
MUBIMEDIA S.L.
----------------------
[EMAIL PROTECTED]
Mallorca, 275, 1r 2a
08008 BARCELONA
T. (+34) 93 215 21 91
F. (+34) 93 215 41 21