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

2009-03-23 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 don't have an example off the top of my head. however there are examples of using screenlet in ofbiz. to clarify a form definition is included in a Screen definition, in widgets. though what I am proposing is not ofbiz I am sure you can figure it out.

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

2009-03-23 Thread Larry.Liu
Hi BJ, For the second problem, I think it's quite a good idea to define a view containing all the information needed, But for the first problem, what we are trying to do is try to list categories based on some entity-constrain twice in the creating product screen, but that screen was defined usin

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

2009-03-23 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would step back and look at how to put one screenlets, twice into a screen each dealing with a category. the screenlet being a form. look at creating an entity-view that has the info you want. for viewing purposes you can use them. Larry.Liu sent

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 over