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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to