non capisco come fa ad inserire i dati nel db, questa è la pipeline contenuta nel sitemap del modulo:
codice:
<map:pipeline internal-only="false" type="noncaching">
	<map:match pattern="*.continue">
		<map:call continuation="{1}"/>
	</map:match>

	<map:match pattern="start">
		<map:call function="run"/>
	</map:match>
	
        
	<map:match pattern="incassomav-start">
		<map:generate src="cocoon:/getFormInstance"/>
		<map:transform type="cinclude"/>
		<map:transform src="resources/xsl/inserisci.xsl">
			<map:parameter name="contextPath" value="{mountpoint:parent}"/>
			<map:parameter name="id" value="{flow-attribute:module/id}"/>
		</map:transform>
		<map:transform type="i18n">
			<map:parameter name="locale" value="{request:locale}"/>
		</map:transform>
		<map:serialize type="html"/>
	</map:match>
		
	<map:match pattern="incassomav-success">
		<map:generate src="resources/jxt/incassomav-success.jx" type="jx"/>
		<map:serialize/>
	</map:match>
			
	<map:match pattern="getCSValidation">
		<map:generate src="resources/forms/incassomav-start-definition.xml"/>
		<map:transform src="resource://com/xxxxx/xxxxxxxx/resources/resources/xsl/clientside-validation.xsl"/>
        	<map:serialize type="xml"/>
	</map:match>
</map:pipeline>
certo che cocoon sarà potente ma in quanto a chiarezza ....