I'm using SimpleFormController to upload a file and return an ExcelView as the successView. The upload is working and the view is rendering an
excel file, but the name is the same as formView:
Code:
<property name="formView"><value>load</value></property>
<property name="successView"><value>results_excelView</value></property>		<property name="sessionForm"><value>true</value></property>
the resulting url is: load.htm.xls upon success, which appears as load.htm
in the address. When I attempt to save this file from the browser,
I get very strange behaviour, and excel typically crashes.
???

[/code]