Jasper Ideas

Resolve "tagged annotations failed" error for AODA compliance for text fields with links in JasperReports.

AODA compliance is failing for the links to text fields in our reports. When testing the AODA compliance using Adobe Pro we get "Tagged Annotations -Failed " error. Please refer to the attached screen shot. Kindly look into this and assist us.

  • Nitika Bhardwaj
  • Jan 30 2025
  • To be Reviewed
Components JasperSoft Studio, JasperReports Server
  • Attach files
  • Nitika Bhardwaj commented
    30 Jan 08:07pm

    Source code of the textfield:

    <textField textAdjust="StretchHeight" isBlankWhenNull="true" hyperlinkType="Reference">

    <reportElement stretchType="RelativeToTallestObject"

    x="0" y="0"

    width="220" height="11"

    forecolor="#383B3E"

    uuid="afbb74b0-6725-43af-8931-6f36e4b15691"/>

    <textElement>

    <font fontName="Whitney-Medium"

    size="8"

    isUnderline="true"/>

    </textElement>

    <textFieldExpression><![CDATA["support@tibco.com"]]></textFieldExpression>

    <hyperlinkReferenceExpression><![CDATA["mailto:" + "support@tibco.com"]]></hyperlinkReferenceExpression>

    </textField>