Legacy Knowledge Base
Published Jul. 2, 2025

Link page in fragments in 7.3

Written By

Cristina Rodriguez

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • In 7.3, contrary to 7.4, it is not possible to select a page using the type='link' tag in a fragment. Only 'content' and 'URL' options are available. This feature would be very useful to, for example, avoid creating as many manual URL links as languages needed.

Environment

  • Liferay 7.3 and 7.2

Resolution

  • This could be achieved by taking advantage of 'Link to Page' type of field of structures:
    •  Add a new web content structure with a 'Link to Page' field.
    • Add a new template for the structure:
      • Click on the 'Link to Page' field
      • Delete the HTML content generated in the editor.
      • Keep in the editor only the variable containing the friendlyUrl of the page. Something like:
        ${LinkToPage20dl.getFriendlyUrl()}
    • Add a new web content based on the recently created structure. Fill the 'Link to Page' field to the desired site page.
    • Map your fragment's editable link from this content field.

Additional Information

 

 

Did this article resolve your issue ?

Legacy Knowledge Base