Hi,

I have defined following action in struts.xml:

<action name="showReport" method="showReport" class="ReportAction">
                <result name="success" type="jasper">
                    /reports/MonthReport.jasper
                    parameters
                    connection
                    PDF
                </result>
</action>

I'm wondering is it possible to change location param from my showReport()
method before returning SUCCESS ? I need this because I want to dynamically
select which report should be shown ?

--
Thx, Milan
-- 
View this message in context: 
http://www.nabble.com/-S2--Programatically-change-result-param-tp20682802p20682802.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to