|
From: suunknown <sun...@jp...> - 2007-10-10 13:17:10
|
Hi, I am new to Springframework. My form has many buttons like Load/Save/New/Delete/Update/Download. I was told that AbstractWizardFormController is good for this. When Download is clicked, it should download the db result to Excel spreadsheet. Can someone please help me how to go with this. Also, in the JSP form, I had set, "Save" button as _target1, "New" button as _target2, "Delete" button as _target3. How can I capture these in the Controller( which method should I use to see if _target1 is clicked etc ). -- View this message in context: http://www.nabble.com/excel-download-tf4600637.html#a13135410 Sent from the springframework-developer mailing list archive at Nabble.com. |