Question
· Aug 10, 2016

Problem in the Property parameters (DISPLAYLIST | VALUELIST) [ SOLVED ]

I'm with a problem in a property, where she has two parameters that conflict, DISPLAYLIST and VALUELIST.

In screen when I'll go to set value in the field, the CACHE transform internally the property of LOGICAL to DISPLAY with propertynameLogicalToDisplay(propertyname), far so good.

My problem is in the property, why, by default she send the value as DISPLAYLIST, in hour of transformation as the value is DISPLAY MODE the error occurs.

How I do to that default value be VALUELIST and not DISPLAYLIST?

Discussion (7)0
Log in or sign up to continue

We managed to find a stopgap solution that proved interesting:

in component

<Select>
     <Option value = "COMMERCIAL ANALYSIS"> </ option>
</ Select>

We added the value of the displayList that is in the Property.

In this way we managed to do the system to display and save the information without any problems.

Do you think it can cause some other problem?

If you find any other way to be better, I'll be waiting.