Hello Santosh, See my comment inline. On Wed, Jan 13, 2010 at 6:34 PM, Santosh Malviya <[email protected]>wrote:
> Hi Pradeep, > I did the same but in my view entity only one field for each attrName and > attrValue, while I want two different attrName and attrValue, it may be > because of over writing the fields. > > Following is my configuration: - > > <view-entity entity-name="ProductAttrAndProductAttrAndProduct" > package-name="org.ofbiz.product.product" > title="ProductAttr And ProductAttr And Product View Entity"> > <member-entity entity-alias="PROD" entity-name="Product"/> > <member-entity entity-alias="PRODATTR1" > entity-name="ProductAttribute"/> > <member-entity entity-alias="PRODATTR2" > entity-name="ProductAttribute"/> > <alias-all entity-alias="PROD"/> > <alias-all entity-alias="PRODATTR1" /> > <alias-all entity-alias="PRODATTR2" /> > Try to use the prefix attribute in alias-all tag Ex : - <alias-all entity-alias="PRODATTR2" prefix="xyz"/> HTH -- -- Thanks & Regards Awdesh Singh Parihar Hotwax Media http://www.hotwaxmedia.com [email protected] ------------------------------------------------- direct: +91 - 989.335.1789
