<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Hide Parameters in Friendly URL</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=118678822" />
  <subtitle>Hide Parameters in Friendly URL</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=118678822</id>
  <updated>2026-04-04T21:26:56Z</updated>
  <dc:date>2026-04-04T21:26:56Z</dc:date>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118747536" />
    <author>
      <name>pradip choudhari</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118747536</id>
    <updated>2020-03-16T04:45:52Z</updated>
    <published>2020-03-16T04:45:52Z</published>
    <summary type="html">Hi Russell , &lt;br /&gt;Thanks for suggestion . &lt;br /&gt;I am not aware of asset renderer getters concepts . &lt;br /&gt;But 1 good thing I am getting now , that I am sharing here , &lt;br /&gt;If I am putting  my  params in generated-parameter without defining them on pattern , I am getting those values in Controller . &lt;br /&gt;so , I think using &amp;lt;generated-parameter&amp;gt; we will get our result . &lt;br /&gt;But in another portlet , this approach not worked , I am checking now . If I got any solution definately I will share the answer &lt;br /&gt;&lt;br /&gt;Thanks &amp;amp; Regards, &lt;br /&gt;​​​​​​​Pradip</summary>
    <dc:creator>pradip choudhari</dc:creator>
    <dc:date>2020-03-16T04:45:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118740892" />
    <author>
      <name>Russell Bohl</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118740892</id>
    <updated>2020-03-13T14:10:13Z</updated>
    <published>2020-03-13T14:10:13Z</published>
    <summary type="html">Another guess: What about the asset renderer getters?</summary>
    <dc:creator>Russell Bohl</dc:creator>
    <dc:date>2020-03-13T14:10:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118739153" />
    <author>
      <name>pradip choudhari</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118739153</id>
    <updated>2020-03-13T09:37:39Z</updated>
    <published>2020-03-13T09:37:39Z</published>
    <summary type="html">Hi Russell , &lt;br /&gt;&lt;br /&gt;again thanks for suggestion ..&lt;br /&gt;&lt;br /&gt;I tried to get the original URL through themeDisplay obj. , but it gives friendly URL, so this approach not worked for us . &lt;br /&gt;You are having any other solution ?&lt;br /&gt;&lt;br /&gt;Thanks &amp;amp; Regards, &lt;br /&gt;Pradip</summary>
    <dc:creator>pradip choudhari</dc:creator>
    <dc:date>2020-03-13T09:37:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118731181" />
    <author>
      <name>Russell Bohl</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118731181</id>
    <updated>2020-03-12T14:26:47Z</updated>
    <published>2020-03-12T14:26:47Z</published>
    <summary type="html">I have very little experience with Friendly URLs, so these are just random thoughts popping into my head:&lt;br /&gt;In your controller, is there a way to get the URL as it would appear before processing by the Friendly URL service?&lt;br /&gt;So you could ignore the parameter in your friendly URL but still get it otherwise? Sorry, my ignorance is likely showing here.</summary>
    <dc:creator>Russell Bohl</dc:creator>
    <dc:date>2020-03-12T14:26:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118730169" />
    <author>
      <name>pradip choudhari</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118730169</id>
    <updated>2020-03-12T12:59:12Z</updated>
    <published>2020-03-12T12:59:12Z</published>
    <summary type="html">Hi Russel , &lt;br /&gt;Thanks for valuable suggestion . &lt;br /&gt;As per Liferay Document - &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;Use  &amp;lt;implicit-parameter&amp;gt;tags to define parameters that are always the same for the URL. For example, for a render URL, you can be certain that the p_p_lifecycle parameter is always 0.&lt;br /&gt;&lt;br /&gt;so , we cannot use implicit parameters to our generated parameters . &lt;br /&gt;&lt;br /&gt;you are having any other approach ?&lt;br /&gt;&lt;br /&gt;Thanks &amp;amp; Regards, &lt;br /&gt;Pradip </summary>
    <dc:creator>pradip choudhari</dc:creator>
    <dc:date>2020-03-12T12:59:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118721171" />
    <author>
      <name>Russell Bohl</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118721171</id>
    <updated>2020-03-11T15:11:40Z</updated>
    <published>2020-03-11T15:11:40Z</published>
    <summary type="html">implicit-parameter?&lt;br /&gt;&lt;br /&gt;See&lt;a href="https://portal.liferay.dev/docs/7-2/frameworks/-/knowledge_base/f/creating-friendly-urls"&gt; https://portal.liferay.dev/docs/7-2/frameworks/-/knowledge_base/f/creating-friendly-urls&lt;/a&gt;</summary>
    <dc:creator>Russell Bohl</dc:creator>
    <dc:date>2020-03-11T15:11:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118716530" />
    <author>
      <name>pradip choudhari</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118716530</id>
    <updated>2020-03-11T11:47:15Z</updated>
    <published>2020-03-11T11:47:15Z</published>
    <summary type="html">Hi guys , anyone having idea on it ?</summary>
    <dc:creator>pradip choudhari</dc:creator>
    <dc:date>2020-03-11T11:47:15Z</dc:date>
  </entry>
  <entry>
    <title>Hide Parameters in Friendly URL</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118678821" />
    <author>
      <name>pradip choudhari</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118678821</id>
    <updated>2020-03-06T11:19:13Z</updated>
    <published>2020-03-06T11:19:13Z</published>
    <summary type="html">Hi Guys , &lt;br /&gt;While working with friendly URL how can we hide parameters which are using in renderURL , we cannot use  &amp;lt;ignored-parameter&amp;gt; , because I want to use those Parameters in Controller for further activity </summary>
    <dc:creator>pradip choudhari</dc:creator>
    <dc:date>2020-03-06T11:19:13Z</dc:date>
  </entry>
</feed>
