Re: loosing changed data in AjaxExpansion
Re: loosing changed data in AjaxExpansion
- Subject: Re: loosing changed data in AjaxExpansion
- From: Samuel Pelletier <email@hidden>
- Date: Sun, 27 Mar 2016 15:47:56 -0400
Hi Beni,
I suggest to try adding an AjaxObserveField around the AjaxExpansion content like this:
<AjaxExpansion><AjaxObserveField>
contents....
</AjaxObserveField></AjaxExpansion>
This way, the fields values will be sent to the server as they are entered and should remains there even when the AjaxExpansion is closed.
Samuel
> Le 24 mars 2016 à 06:56, Benjamin Steiner <email@hidden> a écrit :
>
> Hi list,
>
> I’m working with an old application where we used an ERXCollapsibleComponentContent in a form to display some additional textfields and checkboxes if needed. Now i would like to replace them with an AjaxExpansion (for better usability), but there’s a problem now that if i change something in a textfield within the opened AjaxExpansion and close it again, the changes are lost. With the ERXCollapsibleComponentContent, we used the binding submitActionName to submit the form data, but to me it looks like that can’t be done in the same way with AjaxExpansion.
>
> Is there a way to solve this, or are there any good alternatives to AjaxExpansion?
>
> Thanks,
> Beni
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden