On Tue, 22 May 2001, Donald Ball wrote:
> i updated my c2 webapp to use the latest cvs. i also updated my sitemap to
> use map:parameter everywhere:
>
> <map:act type="add-product">
> <map:parameter name="form-descriptor"
> value="context:///WEB-INF/forms/map.xml"/>
> <map:redirect-to uri="/uptgen/product?id={id}"/>
> </map:act>
>
> to my surprise, it didn't work. i had to revert to plain old parameter.
> the action in question is:
>
> <map:actions>
> <map:action name="add-product" src="org.apache.cocoon.acting.DatabaseAddAction"/>
> </map:actions>
>
> help?
Have you removed the work directory of your tomcat ?
Did you've done a build clean first?
Giacomo
>
> - donald
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org
|