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

Direct URL Parameter to a Content Files Folder


paulhuelskamp

Recommended Posts

Is it possible to use a direct URL parameter to position the user at a specific content files folder? 

The JasperServer 3.1 User's Guide Section 5.1.2 only describes running a specific report, not navigating to a reports or contents files folder.  No matter which sub-folder I navigate to from the Folders tree the URL parameters are always "_flowId=repositoryExplorerFlow".

 

Thanks,

Paul

 

Link to comment
Share on other sites

  • 1 year later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I was looking for this too, and digging thru repositoryExplorer.jsp I found ...

var showFolder = decodeURIComponent('<%=request.getParameter("showFolder")%>');

So if you have the URL be like below, you can link into a folder:

/flow.html?_flowId=repositoryExplorerFlow&showFolder=/FolderName



Post Edited by carminez at 05/10/2010 00:17
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...