createMediaDesc is your "action" so the forward path should be "/createMediaDesc.do"


Later, aj


If it is an action then try path="/createMediaDesc.do"
If it is a tiles definition then try path="creatMediaDesc"

Aleksi Kallio wrote:

> I have this action mapping:
> 
>     <action path = "/createMediaDesc"
>             type = "fi.funet.medar.actions.UpdateRecording"
>             name = "RecordingForm"
>            scope = "session">
>          <forward name = "success" path = "/insert_ok.jsp" />
>          <forward name = "review" path = "/createMediaDesc" />
>     </action>
> 
> 
> It produces the following error (HTTP Error 404):
> 
> type: Status report
> message: /createMediaDesc
> description: The requested resource (/createMediaDesc) is not available.
> 
> 
> The funny thing is that if type attribute is replaced with a forward,
> everything works fine...
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to