[jboss-user] [JBoss Seam] - how to invoke action, then display resource

gsegura do-not-reply at jboss.com
Sun Dec 9 17:00:56 EST 2007


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



More information about the jboss-user mailing list