Jump to content
We've recently updated our Privacy Statement, available here ×
  • Setting the default flow action for the back button


    ghudson_1
    • Features: JasperReports Server Version: v5.5 Product: JasperReports® Server

    Issue Description:

    Customers often want to define the behavior of the Back button within JasperReports Server's pages.   After browsing from login to a report, the back button will typically return a user to their Repository view.  This can be customized.

    Resolution:

    An example customization is to make the back button route a user to the Library page instead of the Repository view in JasperReports Server v5.2.  This can be done by making changes to the file /webapps/jasperserver-pro/flows/viewReportFlow.xml

    Before Changes:

    <end-state id="done" view="flowRedirect:searchFlow?lastMode=true" />
    <end-state id="backToListOfReports" view="flowRedirect:searchFlow?lastMode=true" />
    

    After Changes:

    <end-state id="done" view="flowRedirect:searchFlow?mode=library" />
    <end-state id="backToListOfReports" view="flowRedirect:searchFlow?mode=library" />
    

    Ref. Case #00041405


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...