negotiator schrieb:
A combination of form plugin (ajaxForm/Submit) and deserialize plugin (deserialize json into form) on the client side should do the trick, on the serverside you need a helper to render your objects into JSON.Any suggestions or plugins?
Form plugin: http://malsup.com/jquery/form/ Deserialize plugin: http://www.reach1to1.com/sandbox/jquery/testform.html See http://json.org/ for PHP JSON renderers. -- Jörn