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

Yuriy Plakosh

Jaspersoft Staff
  • Posts

    15
  • Joined

  • Last visited

Community Answers

  1. Yuriy Plakosh's post in Authentication Based on Request - sources was marked as the answer   
    The source code for these classes can be found at https://github.com/TIBCOSoftware/jasperreports-server-ce/tree/master/jasperserver/jasperserver-api-impl/externalAuth/src/main/java/com/jaspersoft/jasperserver/api/security/externalAuth/custom
     
  2. Yuriy Plakosh's post in Jasper Server 8.0.0 Custom Input Controls not Working - jQuery not loading was marked as the answer   
    If you need jQuery just include it in your JSP with a script tag like
    <script src="${pageContext.request.contextPath}/scripts/jquery.js"></script>[/code]If you need it for multiple pages you can include it in decoratorMinimalImports.jsp 
    You also need to place your own copy of jquery.js into your scripts folder. 
     
  3. Yuriy Plakosh's post in Jasper Server 8.0.0 runtime_dependencies folder missing was marked as the answer   
    For a proper way of loading CSS files see how it is done in decoratorMinimalImports.jsp:
    <link rel="stylesheet" href="${pageContext.request.contextPath}/<spring:theme code="jquery-ui/jquery-ui.css"/>" type="text/css" media="screen,print"/>[/code] 
×
×
  • Create New...