Is this part correct?
> path="/do/admin/AdminPreCreateUserentity=rol&...
^^^
Perhaps you forgot the '?'
--
James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org/
"The man who does not read good books has no advantage over the man who
cannot read them."
- Mark Twain (1835-1910)
> -----Original Message-----
> From: Ferran Parra [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 21, 2003 10:49 AM
> To: Struts Users Mailing List
> Subject: error in the attribute input of actionmapping when
> accesing a globalforward
>
>
> 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&a
> mp;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
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]