Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ValuesManager Question

    Hello, here I am, asking again....
    I'm using a RestDataSource, ValuesManager and 2 DynamicForms.

    I'm not using all DS fields so I'm defining wich ones to use on each form. I get this WARN, is this because I have to define the fields on the VM too?

    10:44:51.534:XRP4:WARN:ValuesManager:mantenimientoClienteValuesManager:Member Form:mantenimientoClienteForm2 Has explicitly specified value for fieldName id, but has no item associated with this fieldName. Ignoring this value. Values may be set for fields with no associated form item directly on the valuesManager via valuesManager.setValues(), but not on member forms. See ValuesManager documentation for more info.

    thanks in advance,


    Update: I have read documentation on ValuesManager and other threads about this subject, but I'm still not able to fully understand the topic. If you could post an example on how getValues and setValues are used in this case....please..
    Last edited by oscquin; 23 Jan 2008, 14:00.

    #2
    It's because you initialized one of the forms with a form.values that contains values for which that form has no fields. This is very close to what the actual warning message says - I'm not sure how to explain more clearly.

    Comment

    Working...
    X