Hi Divya
if there is data stored in data base then its display in Entity Data
Maintenance, so first you sure about this, check the database manually,
I don't confirm about your process to create the table, may be you miss the
Package-name="org.ofbiz.emartcatalog.produst"
<entity entity-name="ProductVisit"
package-name="org.ofbiz.emartcatalog.produst"
title="Product Visit Entity">
<field name="visitId" type="id"></field>
<field name="productId" type="id"></field>
<field name="categoryId" type="id"></field>
<field name="productOrdered" type="indicator"></field>
<prim-key field="visitId"/>
<prim-key field="productId"/>
</entity>
if you did the same then please send the log for that request, then i will
try to solve your issue.
Divya Nair wrote:
>
> Hi All,
>
> I have created one new form in ofbiz and when I tried to insert data
> through this form, it's accepting all values and it's not showing any
> errors...
>
> I have created one table for this form in entitymodel.xml also....
>
> But when I searched the data through Entity Data Maintenance, it's not
> showing there....
> Do we need to add any JAVA beans for inserting?????
>
> Thanks in advance...
>
> Regards,
> Divya
>
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/Inserting-Data-through-forms-tp20832247p20840686.html
Sent from the OFBiz - User mailing list archive at Nabble.com.