Thanks for your response David. I was away, so could not reply back soon. I will work on the information provided by you and will post any questions.
Thank You, Shravan -------------------- --- On Thu, 10/30/08, David Avendasora <[EMAIL PROTECTED]> wrote: > From: David Avendasora <[EMAIL PROTECTED]> > Subject: Re: Auto Save form data > To: [EMAIL PROTECTED] > Cc: [email protected] > Date: Thursday, October 30, 2008, 5:22 PM > I am not an AJAX expert, but... > > I think the only real choice you have is to use Project > Wonder and the AJAX tools contained that it has. > > http://projectwonder.blogspot.com/ is good reading to learn > a bunch about Wonder > http://webobjects.mdimension.com/wonder/ is where the > actual downloads are. > http://wiki.objectstyle.org/confluence/display/WONDER/Tutorials > has a bunch of tutorials including how to install. > > Basically, you'd surround the fields you want to > automatically save to the DB with an AjaxObserveField > component, then each time a field is changed, the action > would submit those values and save them to the database. > > This will make the save relatively transparent to the user. > > This will completely mess with any type of validation you > may have, including required attributes and relationships, > etc. > > Dave > > On Oct 30, 2008, at 7:21 AM, shravan kumar wrote: > > > Hello Group, > > > > Thought many people already have the below described > feature integrated to their apps and whereby I would like to > know best practices and ways to achieve the below > requirement: > > > > We have a fancy need where we need to automatically > save some part of data in a form - data entered by user in > text area - to database. This save operation should not > obstruct user from continuing feeding data to form. > Basically save operation should happen seamlessly, some > people call it as asynchronously. > > > > This is something I see when using Google Docs. > > > > Thanks in advance. > > > > Thank You, > > Shravan > > > > _______________________________________________ > > Do not post admin requests to the list. They will be > ignored. > > Webobjects-dev mailing list > ([email protected]) > > Help/Unsubscribe/Update your Subscription: > > > http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com > > > > This email sent to [EMAIL PROTECTED] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
