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

christoph.schubert

Members
  • Posts

    14
  • 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

Entry Comments posted by christoph.schubert

  1. error when using this solution:

    "Exception occurred rendering view org.springframework.web.servlet.view.JstlView" "name 'modules/viewReport/ViewReport'"

     

    Resolution:

    changed the line from

    <authz:authorize ifAnyGranted="ROLE_ADMINISTRATOR"> 

    to

    <authz:authorize access="hasRole('ROLE_ADMINISTRATOR')">

     

    then it works.

     

    Regards

    Christoph

×
×
  • Create New...