<br>Sorry I seem to keep losing my message text in the email :P<br><br>---------------<br><br>I&#39;ve boiled my question down to this...<br><br>What&#39;s
the best way to have an editor component retain the values of it&#39;s
input fields, if those values have been changed, and nested components
are calling editors of their own?<br>
<br>An example scenario:<br><br>I have a customer editor component that
has a name input, and a nested phone number report component. Each
report row has a phone number, type, and &quot;Add&quot; link. When it is clicked
the report component calls and is replaced by a phone number editor
component. This is happening within the customer editor.<br>
<br>The problem is that when the phone number editor component is
called, the value of the name input field in the customer editor
reverts to it&#39;s original value if it had been changed. If it had a
value of &quot;Lenny&quot; when the form renders, and the user changes the name
to &quot;Carl&quot;. It changes back to &quot;Lenny&quot; when the user goes to add a phone
number.<br>
<br>I get that when the anchor is clicked the form refreshes. So is
ajax the answer? Or can I take a different approach with components?<br><br>I have an .mcz of my test case that I tried to attach but I think it was messing up my post.<br><br>
Thanks<br><font color="#888888">Joel
</font><br>