Hi, I want to show a page with an excel file after clicking some button.
But don't know how to redirect  to show the file, I tried using pages.xml as 
any other page but didn't worked:


<s:link view="/reports/status_report.xls" value="Export" target="_blank" />
  | 

<!-- This don't work,  what would be the correct way to acomplish this?-->
  | 
  | <page view-id="/reports/status_report.xls" 
action="#{reporter.doStatusReport}"/>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111484#4111484

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111484
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to