Hi Everybody
Iam new to Ofbiz as well as this mailing list.
I have a question....
I want to diaplay a page in which there are few fields in it like employee_id 
emp_name and his desination and a create button for creating this new employee 
data.
I want to use a form for this. Is Service required for this??
<form name="Main" type="single"  default-entity-name="MyAppEntity"  
default-map-name="myappmap"  target="createMyApp">
       <auto-fields-entity entity-name="MyAppEntity"></auto-fields-entity>
    <field name="submit" title="Create" ><submit 
button-type="button"></submit></field>
    </form>


This form displays the fields and the submit buton..but idont know how to save 
this data to database.
I want to save this data and display the stored data in next page. so which 
page should i map the "createMyApp" which I have given as target.
(MyAppEntity is the entity in entity model.xml, in which  I have specified all 
the fields )

Please help me in learning..
Thankyou
Adithi


      

Reply via email to