Hi,
going further on a form after SSV i'm stuck with the values not displayed in dropdown boxes and other fields.
I have the following actions:
on Load
- Session to Data (to get the values back)
- Debugger (to see if data is reloaded)
- Load JS (my javascript)
- Show html
on submit
- Data to Session (saving the field values)
- .....
Now the process: I'm getting the errors back displayed. In the debugger i see al previous data correctly in the fields. However in my javascript it seem that no value are yet in the fields loaded.
So when are these values loaded in the html code or I'm i missing something here.
going further on a form after SSV i'm stuck with the values not displayed in dropdown boxes and other fields.
I have the following actions:
on Load
- Session to Data (to get the values back)
- Debugger (to see if data is reloaded)
- Load JS (my javascript)
- Show html
on submit
- Data to Session (saving the field values)
- .....
Now the process: I'm getting the errors back displayed. In the debugger i see al previous data correctly in the fields. However in my javascript it seem that no value are yet in the fields loaded.
So when are these values loaded in the html code or I'm i missing something here.