cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Editor Parameter referenceSearchCondition from Local.Properties

0 Likes
588

We have the category model modified to have Attributes A, B

In category create wizard, we have to have a logic where in based on value selected of ENUM attribute A, we have to filter attribute supercategories based on a particular value of attribute B. The value to be filtered on is defined in the local/project property file for selected value of A.

How can we access the property file value in the editor area referencesearch editor parameter value

<wz:property id="supercategories" qualifier="newCategory.supercategories" readonly="false">

<wz:editor-parameter>
<wz:name>referenceSearchCondition_B</wz:name>
<wz:value>spring.getBean("configurationService").getConfiguration().getString({parentObject.getA().getCode()})</wz:value>
</wz:editor-parameter>

</wz:property>

Accepted Solutions (0)

Answers (0)