Clicking on Deep link fails if anchor content contains nested element

How to reproduce:

  1. create a deeplink according to documentation:
    Deeplink (Hashtag) Categories

  2. put the following as a part of a response message of a sequential workflow or as a web report

<a href="web+origam-link://objectTag?categoryId=<your deeplink category>&objectId=<yout object id>"><u>Label you like</u></a>
  1. after trying to click into the link, there is an error in the console, telling there isn’t any handler for “web+origam-link” in the browser

Note: the link containing <u></u> was generated by AS:FormatLink() xsl function.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.