How to refresh a liferay portlet?

David Silva

I try to create a link refreshing a liferay portlet, but this doesn't work:

<a href="javascript:Liferay.Portlet.refresh('#p_p_id_portletname')">link</a>

What is wrong?

Pankaj Kathiriya

You have to add extra _ (underscore) at the end.

e.g. Liferay.Portlet.refresh("#p_p_id_customCharts_WAR_CustomCharts_INSTANCE_6QxU_")

Also, Its good practice to use onclick attribute instead of href for calling javascript.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Auto Refresh Portlet Liferay 6.0(Periodically refresh)

From Dev

How to add time to Liferay portlet

From Dev

How to Find invoking Portlet by URL in Liferay Portlet 4.2.2

From Dev

How download a file or InpuStream in portlet using Liferay?

From Dev

How to add preference option to the liferay portlet

From Dev

How to handle invalid authentication in liferay sign in portlet

From Dev

Liferay Portlet Response: how to set status code?

From Dev

How to include JAR to Liferay portlet in Eclipse

From Dev

How to instantiate Liferay Portlet multiple times

From Dev

How download a file or InpuStream in portlet using Liferay?

From Dev

How to send sensitive data to a Liferay portlet from outside the Liferay portal

From Dev

how to redirect from jsp of one portlet to jsp of another portlet inside liferay module project in liferay 7

From Dev

Liferay portlet with freemarker and spring

From Dev

passing parameters to a liferay portlet

From Dev

Customizing liferay Calendar portlet

From Dev

Liferay portlet configuration

From Dev

Existing project as a portlet in Liferay

From Dev

Customizing liferay Calendar portlet

From Dev

passing parameters to a liferay portlet

From Dev

Liferay Search Portlet Customization

From Dev

How to prepare view jsp using Liferay MVC Portlet

From Dev

How to get Liferay login user details in servlet(Portlet)?

From Dev

newbie --> How to deploy my jsr 168 portlet inside liferay

From Dev

How to get the ID of search button in Liferay search portlet

From Dev

How to display only few languages liferay language portlet?

From Dev

How to prepare view jsp using Liferay MVC Portlet

From Dev

How to get Liferay portlet instance id in velocity template

From Dev

How to delete a portlet in Liferay 6.1 programmatically from code

From Dev

how to create dynamic items in liferay theme as per the values in the portlet

Related Related

  1. 1

    Auto Refresh Portlet Liferay 6.0(Periodically refresh)

  2. 2

    How to add time to Liferay portlet

  3. 3

    How to Find invoking Portlet by URL in Liferay Portlet 4.2.2

  4. 4

    How download a file or InpuStream in portlet using Liferay?

  5. 5

    How to add preference option to the liferay portlet

  6. 6

    How to handle invalid authentication in liferay sign in portlet

  7. 7

    Liferay Portlet Response: how to set status code?

  8. 8

    How to include JAR to Liferay portlet in Eclipse

  9. 9

    How to instantiate Liferay Portlet multiple times

  10. 10

    How download a file or InpuStream in portlet using Liferay?

  11. 11

    How to send sensitive data to a Liferay portlet from outside the Liferay portal

  12. 12

    how to redirect from jsp of one portlet to jsp of another portlet inside liferay module project in liferay 7

  13. 13

    Liferay portlet with freemarker and spring

  14. 14

    passing parameters to a liferay portlet

  15. 15

    Customizing liferay Calendar portlet

  16. 16

    Liferay portlet configuration

  17. 17

    Existing project as a portlet in Liferay

  18. 18

    Customizing liferay Calendar portlet

  19. 19

    passing parameters to a liferay portlet

  20. 20

    Liferay Search Portlet Customization

  21. 21

    How to prepare view jsp using Liferay MVC Portlet

  22. 22

    How to get Liferay login user details in servlet(Portlet)?

  23. 23

    newbie --> How to deploy my jsr 168 portlet inside liferay

  24. 24

    How to get the ID of search button in Liferay search portlet

  25. 25

    How to display only few languages liferay language portlet?

  26. 26

    How to prepare view jsp using Liferay MVC Portlet

  27. 27

    How to get Liferay portlet instance id in velocity template

  28. 28

    How to delete a portlet in Liferay 6.1 programmatically from code

  29. 29

    how to create dynamic items in liferay theme as per the values in the portlet

HotTag

Archive