Fórum

Portlet action - refresh problem

Petr Vašek, modificado 11 Anos atrás.

Portlet action - refresh problem

Junior Member Postagens: 68 Data de Entrada: 26/06/12 Postagens Recentes
Hi all, i have a posrtlet , which on button click do some action and setiing same render JSP. But when i refresh page or click on language localization etc so my action call again and this i dont want.

I tried this:
<action-url-redirect>true</action-url-redirect>

But this isnt it.

Please how resolve this?

Thank you very much
thumbnail
Hitesh Methani, modificado 11 Anos atrás.

RE: Portlet action - refresh problem

Regular Member Postagens: 171 Data de Entrada: 24/06/10 Postagens Recentes
Hi Petr,

You need to use sendRedirect, to avoid this problem,
Please refer following link for the detailed description :
http://www.liferay.com/community/forums/-/message_boards/message/9175840

Thanks and Regards,
Hitesh Methani
Petr Vašek, modificado 11 Anos atrás.

RE: Portlet action - refresh problem

Junior Member Postagens: 68 Data de Entrada: 26/06/12 Postagens Recentes
Hi Hitesh, i tried this but in this case not working ${requestScope.myValue} in JSP :-(

Do you have any idea for me please?

Thank you