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

Harshi

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Harshi

  1. I think you have knowledge in JSP and Servlet. You can set any attributes in request as follows: request.setAttribute("isSubflow","true"); isSubflow is set in jaspersoft server codebase. I retrieved the above value via expression language (EL) as ${requestScope.isSubflow}. I suggest you to go through head first J2EE book to learn about EL.
  2. <p><c:if test="${requestScope.isSubflow}"></c:if></p> <ul><li class="leaf"> <button class="button capsule up first" id="back"> <span class="wrap"><spring:message code="button.back"> </spring:message></span> </button> </li> </ul>
  3. Hi mathi, Please try the below steps: The modification needs to be done on the “apache-tomcatwebappsjasperserver-proWEB-INFjspmodulesviewReportViewReport.jsp” as follows. I tested it in version 4.5 and it works fine. Hope this will work for you too. use "requestScope.isSubflow" check in Back button. Regards, Harshi
×
×
  • Create New...