Hello,
1. After completion of a db row creation, the blue success message (alert)
is showing but gets stuck. It does not 'goes off' of its own. Clicking the
close (X) button does not work. I am using a simple create service method
to create a single row in db.
*****************
<service name="createBook" default-entity-name="smsBookMaster"
engine="entity-auto" invoke="create" auth="true">
<description>Create New Book</description>
<auto-attributes include="pk" mode="OUT" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
*****************
2. It also happens when creating many rows in many database consecutively
in a single process.
No error message etc.
Pls let me know why this happens?