Can I get session information in the form definition

2009-12-20 Thread Larry.Liu
Hi, We can pass parameter to form definition from the groovy context, can we store objects in session and then get them in the form definition? Thanks. Regards, Liu Xiangqian Wizitsoft Information Technology Ltd. www.wizitsoft.com | (86) 010-62670653 ext 614

why orderId and orderItemSeqId field in SurveyResponse entity definition

2009-12-15 Thread Larry.Liu
Hi all, I have found that there are orderId and orderItemSeqId defined in SurveyResponse entity, so that caused the dependence of content module to order module, so there must be some reason we did this, is there any design concern on this point? Thanks. Regards, Liu Xiangqian Wizitsoft

Some thoughts about creating a wizard component.

2009-12-09 Thread Larry.Liu
Hi, We are working on creating a wizard component in ofbiz, shown as below. -- - - Previous | Next | Submit - - Wizard Step1 - Wizard Step2-

Do we need to manually close SQLProcesser?

2009-09-10 Thread Larry.Liu
Hi, We have created SQLProcessor in our code manually and also invoke process.close() after execute the sql query or update, and we are assumpting this caused error of No ManagedConnections Available I have looked into the file EntitySQLProcessor.bsh, that's the file for webtools module SQL

does anybody knows how to configure ofbiz to use sendmail as the email receipt?

2009-04-07 Thread Larry.Liu
Hi All, Does anybody knows how to configure ofbiz to use sendmail as the email receipt in a Linux server? or where can I find any necessary material? Regards. Regards, Liu Xiangqian Wizitsoft Information Technology Ltd. www.wizitsoft.com | (86) 010-62670653 ext 614

how to run a sql directly in java class in ofbiz?

2009-03-25 Thread Larry.Liu
Hi All, Is there any back door for us to run a SQL and get the result as a resultset directly in java code in ofbiz? Thanks. Regards, Liu Xiangqian Wizitsoft Information Technology Ltd. www.wizitsoft.com | (86) 010-62670653 ext 614

Re: how to run a sql directly in java class in ofbiz?

2009-03-25 Thread Larry.Liu
: + sequenceId, module); return sequenceId; } -Original Message- From: Larry.Liu [mailto:xiangqian@wizitsoft.com] Sent: 2009年3月25日 14:51 To: user@ofbiz.apache.org Subject: how to run a sql directly in java class in ofbiz? Hi All, Is there any back door for us to run

Re: .bsh file

2009-03-25 Thread Larry.Liu
The bsh file is just like a bounch of codes run before the page been processed, like to get the get request parameters, fetch accordingly data from the database based on the request parameters and then set them into the context or session attribute, by this, you can quote those data objects in the

How to display two product category list in the create product form

2009-03-23 Thread Larry.Liu
Hi all, Does anybody knows how to display two product category select-box list in the create product form? Here we have two questions, First is how can we have two list of the same entity(with different entity-constraint) in one form, we can define the field as below, but the later one will

Re: How to display two product category list in the create product form

2009-03-23 Thread Larry.Liu
. for viewing purposes you can use them. Larry.Liu sent the following on 3/23/2009 12:55 AM: Hi all, Does anybody knows how to display two product category select-box list in the create product form? Here we have two questions, First is how can we have two list of the same entity

Re: A question about the categories list in the catalog application left panel

2009-03-11 Thread Larry.Liu
/control/EditCategoryRollup?showProductCategoryId=200 Larry.Liu sent the following on 3/10/2009 7:43 PM: Hi, We have found that the category hierarchy tree in the catalog application left panel is a little bit confusing, cause it displayed categories from all levels into a flat

A question about the categories list in the catalog application left panel

2009-03-10 Thread Larry.Liu
Hi, We have found that the category hierarchy tree in the catalog application left panel is a little bit confusing, cause it displayed categories from all levels into a flat structure, as shown below Shoes Woman Shoes Man Shoes Man Sports Shoes Basketball shoes Basketball Shoes

Re: About automatic purchase order ship and receive

2009-03-05 Thread Larry.Liu
using the trunk have you reviewed The dropshipper code. Larry.Liu sent the following on 3/2/2009 10:34 PM: Hi all, We have implement automatically purchase order ship and receive by the follow step, 1. Create a customize service and invoke service quickShipPurchaseOrder

About automatic purchase order ship and receive

2009-03-02 Thread Larry.Liu
Hi all, We have implement automatically purchase order ship and receive by the follow step, 1. Create a customize service and invoke service quickShipPurchaseOrder and receiveInventoryProduct 2. Add a customize eca service as below to invoke this new defined service. eca