Re: how retrive data through dynamic view entity

2009-12-24 Thread Rishi Solanki
Hi Gnanashankar, After making the dynamic view in groovy/java file you can get the eli by applying findListIteratorByCondition method of delegator object. then on eli you have methods eli.getPartialList and eli.getCompleteList will gives you the list which then put into context or service result

Re: how retrive data through dynamic view entity

2009-12-24 Thread Gnanashankar Shanmugam
hi rishi, thanks for your reply, can you send example of simple java code for dynamic view creating to text field and one submit botton.. On Thu, Dec 24, 2009 at 2:35 PM, Rishi Solanki rishisolan...@gmail.comwrote: Hi Gnanashankar, After making the dynamic view in groovy/java file you can get

Re: how retrive data through dynamic view entity

2009-12-24 Thread Rishi Solanki
Refer /applications/product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy Here you got the code reference for creating a dynamic view getting data from it and then getting list which can be displayed on ftl/form-widget. HTH! Rishi Solanki Enterprise Software

Re: how retrive data through dynamic view entity

2009-12-24 Thread Gnanashankar Shanmugam
hi rishi, thanku for your reply, i can not understand that groovy file, and my scenario follows below, persondetails 1. first name-- text field 2. surname-- test field 3. create- submit button. i want display below, Firstname surname

Re: how retrive data through dynamic view entity

2009-12-24 Thread BJ Freeman
The beginners tutorial http://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+%28Hello+World...%29 Gnanashankar Shanmugam sent the following on 12/23/2009 11:59 PM: hi friends, I am new for ofbiz, I created component in hot-deploy.. in

how retrive data through dynamic view entity

2009-12-23 Thread Gnanashankar Shanmugam
hi friends, I am new for ofbiz, I created component in hot-deploy.. in that component i created testscreen, in that screen i am having *two text fields*, one submit(*create*) *button*, i want to store value of two fields in * database* through *java code*, after clicking submit button, the