Thanks Juergen,
This is what I have to do to fix the problem (If in case someone encounters the same problem.)
Add this line
<prop
key="delete*">PROPAGATION_REQUIRED
</prop>
Type: Posts; User: sri; Keyword(s):
Thanks Juergen,
This is what I have to do to fix the problem (If in case someone encounters the same problem.)
Add this line
<prop
key="delete*">PROPAGATION_REQUIRED
</prop>
Hi,
I am using spring to write a web application. I used JPetstore as a reference. Many thanks for the Spring team.
I am using IBATIS sql maps. I tried to add a additonal method to DAO to delete...