You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by go...@osmosis.gr on 2004/02/25 19:56:03 UTC

ESQL update and select statements in the same map:match problem

hi people

i have the folow code :

<map:aggregate>
	<map:part src="cocoon:/xml/exec.update_point" strip-root="yes"/>
	<map:part src="cocoon:/xml/exec.get_point" strip-root="yes"/>
</map:aggregate>

where i call 2 .xsp 

1. update_point.xsp
where i update a record in my database

2. get_point.xsp
where i get the updated record

the problem is that this aggregation update the database record (i have 
check the content) but generate output (get_point) with the before update 
values

is this a caching mechanism case, is it possible to bypass this problem or 
it's just a bug?


--stavros




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org