function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Starz26Starz26 

Setter not firing - Fields in jQuery Dialog

Greetings,

 

I have an outPanel that is being hidden on load. On the clik of a button it loads the records related to the fields.

 

On Page load, the  outPutPanel visible, then hidden.

On button click, the outPanel is shown 

The fields have the correct values.

 

Upon changing the values and clicking a command button that calls a custom save method, system debug shows that the setter method for the record related to the field in theoutPutPanel is never called and the values of the record is as they were before editing.

 

It there an issue with breaking the link to the controller setter method when an inputField is hidden?

 

How can I get the controller to set the value of an inputField that was shown, hidden, and shown again?