I need to send a request to a cocoon-based application to output a Struts ActionForm as an excel spreadsheet. The URI to access the cocoon app is: "http://localhost:8080/cocoon-reports/reames.xla";.

All I want to do right now is execute a cocoon request via Struts, and I am attempting this with a ForwardAction. My Action Mapping is:

<action
       path="/spreadsheet/Cocoon-Render"
       type="org.apache.struts.actions.ForwardAction"
       name="articleForm"
       scope="request"
       parameter="/webapps/cocoon-reports/reames.xla"/>

This produces the error:
"message /artimus1_0_2/webapps/cocoon-reports/reames.xla
description The requested resource (/artimus1_0_2/webapps/cocoon-reports/reames.xla) is not available."


What should the parameter value above be so that the URI can be found?

thank you.

regards,
Douglas Reames

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to