Customize NewEdit page to return the attribute instead of committing to database
0
Hi, I am building a account manage page as following: When User click on edit button it should pop up a NewEdit page. After the saving the page, instead of committing it to database, I want the data returned so that I can show up in the above page, when everything is ready user can finally save to commit everything. My question is: How to create such page that I can save the object in association instead of in database?