Jump to content
JasperReports Library 7.0 is now available ×
  • How to show asterisk(*) symbol in end of the input controls label?


    sthomas_3

    Issue Description

    When we add an input control with the mandatory option is enabled in TIBCO JasperReports Server, it is showing the asterisk(*) symbol followed by input control label. But, we need to show the asterisk(*) symbol in end of the input controls label. For example, Default in Jasper (If an input control is mandatory) => * Project Name

    But requirement (If an input control is mandatory) => Project Name *


    Resolution

    You need to edit file WEB-INFjspmodulesinputControlsInputControlTemplates.jsp

    You could see below line {{#mandatory}}* {{/mandatory}}{{label}}

    Just move the asterisk after label {{#mandatory}} {{/mandatory}}{{label}}*

    And save the file. Just refresh the browser cache . No need to restart the server.

    Ref. Case 00071991


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...