Jump to content
We've recently updated our Privacy Statement, available here ×

agalper

Members
  • Posts

    2
  • Joined

  • Last visited

agalper's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I've tried that and the problem is that the flow does not appear to be traversable with submit/cancel/back/close buttons when using direct URLs. I'd like to: 1. start at my ListReportsPage (which may be different for each user) 2. optionally display my FillParams page (if there are additional parameters beyond those passed in to the flow by my app) 3. always display the cancel button on the FillParams page to return to the List page 4. always display the Back and Close buttons on my ViewReports (HTML) page. How can I do this with the direct execution URL flow? Thanks, -Adam
  2. We would like to pass a few dynamic report parameters into JI from another web app. These report parameters are a subset of the report parameters necessary for various report units, so we need to have a FillParams page display to collect the other mandatory parameter values before generating the report. Thus, we are not considering the Direct URL capability as described here. We have already written our own listReportsFlow and viewReportsFlow, our own JSPs for ListReports, FillParams, and ViewReport, and our own custom authentication filter. In our ListReports page, we have JSTL access to the parameters passed in, but we cannot figure out how to provide them to the FillParams (for readonly display) and ViewReport pages for generating the final report. I suppose we could stuff them into the session and somehow retrieve them on the ViewReports page for submission to the report filler (is this possible?), but is there a more elegant way? Thanks, -Adam Galper
×
×
  • Create New...