Re: [appfuse-user] Auto copy data from JSP page to data model when clicking a button

2007-12-17 Thread Nathan Anderson
I have three ideas that might help... The first solution that comes to mind is to have one form for uploading the picture and editing the user. I'm guessing that at the moment when you press "upload" it is a different form which means the fields used for editing the user are not passed back to

[appfuse-user] Auto copy data from JSP page to data model when clicking a button

2007-12-17 Thread BruceLee
Dear Team, My User form also has a 'Upload' button to upload user's picture. But After user uploads a file and redirects back User form, the changes just made on editbox (like First Name) are gone. Is it any way, when user clicks 'Upload', code logic copies the data on JSP page to data model Use