Re: Errors with JAava code in OFBiz

2012-07-19 Thread Prabhakar Pandey
Hello, have you added the corresponding folder into src ? On Wed, Jul 18, 2012 at 9:08 PM, G.Ben wrote: > Hi All, > > i've been following a tutoriel and once entered this Java Code > public static String processMultiForm (HttpServletRequest request, > HttpServletResponse response){ > Collection

Re: Java Service Classes

2012-07-15 Thread Prabhakar Pandey
Thanks everyone. i want to fetch data from a table. so how can i implement it using java event class and java service class i.e first i go to event class and then call the service class so get the data? On Fri, Jul 13, 2012 at 8:49 PM, Robert G. wrote: > Why dont you use "service-groups" > > wit

Re: writing entries in DB.

2012-07-12 Thread Prabhakar Pandey
hotwaxmedia.com > Contact :- +91-98267-54548 > Skype :- deepakdixit > > On Jul 13, 2012, at 10:47 AM, Prabhakar Pandey wrote: > > > Hello, > > > > This is my entitymodel.xml file > > > > title="Hello > > Person Entity"> > > >

writing entries in DB.

2012-07-12 Thread Prabhakar Pandey
Hello, This is my entitymodel.xml file This is part of EmployeeServices,java GenericValue employee = delegator.makeValue("Employee"); employee.put("empId",12); employee.put("firstName",firstName); employee.put("lastName", lastName);

Problem in controller.xml

2012-07-11 Thread Prabhakar Pandey
Hi, what does these two lines do? do i need to include these two lines in every controller? when i mention it gives an error *ERROR rendering error page [/error/error.jsp], but here is the error text: java.io.FileNotFoundException: Template component://common/webcommon/includes/htmlTemp

Re: Doubts

2012-07-11 Thread Prabhakar Pandey
gt; HotWax Media Pvt. Ltd. > http://www.hotwaxmedia.com > > On Wed, Jul 11, 2012 at 11:48 AM, Prabhakar Pandey >wrote: > > > Hi Evry1, > > i have a doubt how do i run a application in ofbiz. > > first do i need to run build.xml as ant build and then click on > > startofbiz.bat. > > am i right? > > > > Thanks > > >

Re: Ofbiz Study materials.

2012-07-05 Thread Prabhakar Pandey
Please refer > > https://cwiki.apache.org/OFBADMIN/mini-language-reference.html for xml > > tags (minilang tags). > > > > > > Thanks & Regards > > -- > > Deepak Dixit > > HotWax Media Pvt. Ltd. > > www.hotwaxmedia.com > > Contact :- +

Re: Ofbiz Study materials.

2012-07-05 Thread Prabhakar Pandey
org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html > > HTH! > > -- > Rishi Solanki > Manager, Enterprise Software Development > HotWax Media Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxmedia.com > > > On Thu, Jul 5, 2012 at 5:08 PM, Prabhakar