Thanks for looking at this. Turns out I just named the input wrong in the form html. I had to keep overriding things and printing debugs all the way down to when it first examines the request. ...
Type: Posts; User: bny; Keyword(s):
Thanks for looking at this. Turns out I just named the input wrong in the form html. I had to keep overriding things and printing debugs all the way down to when it first examines the request. ...
The formBackingObject() method is getting called once, when the form is first displayed. The data is getting set correctly and making it back to the form and getting displayed. But when I edit the...