Re: James

2010-10-09 Thread Jacques Le Roux
From: Raj Saini rajsa...@gmail.com On 08/10/10 22:15, Jacques Le Roux wrote: From: Adrian Crum adri...@hlmksw.com On 10/8/2010 9:10 AM, Jacques Le Roux wrote: From: BJ Freeman bjf...@free-man.net basically ofbiz will only work with one email account as it setup. Form

Re: Can't install to MySQL 5 database

2010-10-09 Thread Shereen
Would anyone please tell me the right to steps to use mysql database instead of derby? I know that I should change the entityengine.xml as exmply did what else should i do? also I have another question can I use external mysql server instead of localmysql? exmbly wrote: Hi, Mridul, I only

Where does the price data for components get stored on placing the order

2010-10-09 Thread vivek
Hi All, I am newbie in ofbiz very excited about using this framework. Currently i am working on ofbiz configurable products. However i am facing a concern when we place an order for the configurable item. I am trying to find it out that once we select any component, the price of the component

How do i store the return value from javascript in XML from declaration

2010-10-09 Thread vivek
Hi All, Here i am trying to add drop down attribute to the defaultConfigOptionId tab inside product administration page. When we are adding not updating the config item to the product i wish that the configItemId should be passed as an entity constraint to the drop down of defaultConfigOptionId.

Re: jQuery branch question

2010-10-09 Thread Jacques Le Roux
From: Jonatan Soto seniledemen...@gmail.com Hi list, I want to upgrade my custom Ofbiz with the latest trunk revision usign the vendor drop technique as I always do, but this time I would like to do against the jQuery branch if it makes sense. It makes sense if you are interested by

Re: How do i store the return value from javascript in XML from declaration

2010-10-09 Thread Bilgin Ibryam
Hi Vivek, you can't pass a value from javascript which is executed at run time (when the user clicks on the dropdown) to the entity-constrain which is executed at render time (when the page is initially generated by widget engine). You can achieve what you want, by removing entity-constrain and

Re: Can't install to MySQL 5 database

2010-10-09 Thread Bilgin Ibryam
On Sat, Oct 9, 2010 at 12:14 PM, Shereen sheri_ash...@hotmail.com wrote: Would anyone please tell me the right to steps to use mysql database instead of derby? I know that I should change the entityengine.xml as exmply did what else should i do? add the jdbc library to