掲示板

Remove success messages (Liferay-ui:success)

thumbnail
13年前 に Jitendra Rajput によって更新されました。

Remove success messages (Liferay-ui:success)

Liferay Master 投稿: 875 参加年月日: 11/01/07 最新の投稿
Hello Every one

I am using liferay-ui success tag to display success message after i performed process action
but here problem is that it display default message from liferay like "Your request processed successfully. " and also display the custom message which i set in sessionMessage . I only want my custom feedback message .
I dont want any default success message which comes .
So is that any way to remove this feedback messages without creating hook ?

Thanks in advance
Jitendra
thumbnail
13年前 に Jitendra Rajput によって更新されました。

RE: Remove success messages (Liferay-ui:success)

Liferay Master 投稿: 875 参加年月日: 11/01/07 最新の投稿
I tried to remove success message by making below entry in portlet.xml


<init-param>
<name>add-process-action-success-action</name>  
<value>false</value>
</init-param>



But this is not working for me ..it still displaying that success messages

I am using Liferay 5.2 Sp3
thumbnail
12年前 に Nilesh Gundecha によって更新されました。

RE: Remove success messages (Liferay-ui:success)

Regular Member 投稿: 205 参加年月日: 09/12/01 最新の投稿
Hey I too have this problem. Did u get any solution?

Regards,

Nilesh
thumbnail
12年前 に Jitendra Rajput によって更新されました。

RE: Remove success messages (Liferay-ui:success)

Liferay Master 投稿: 875 参加年月日: 11/01/07 最新の投稿
which version of liferay you are using ?
If its 6 then this will help you ..

<init-param>
<name>add-process-action-success-action</name>  
<value>false</value>
</init-param>
thumbnail
12年前 に Nilesh Gundecha によって更新されました。

RE: Remove success messages (Liferay-ui:success)

Regular Member 投稿: 205 参加年月日: 09/12/01 最新の投稿
Thanks for reply Jitendra.

Yes, I am using Liferay 6.0.6 CE.

And I tried the above tag, but that didnt work for me.

I want to disable the "Success Message" for Liferay's Login Portlet. So, I modified ROOT\WEB-INF\portlet-custom.xml file. And then restarted the Tomcat Server. But still the success messages are coming.

Any help would be highly appreciated.

Thanks and Regards,
Nilesh.
thumbnail
12年前 に Raja Seth によって更新されました。

RE: Remove success messages (Liferay-ui:success)

Regular Member 投稿: 233 参加年月日: 11/08/18 最新の投稿
thumbnail
12年前 に Jitendra Rajput によって更新されました。

RE: Remove success messages (Liferay-ui:success)

Liferay Master 投稿: 875 参加年月日: 11/01/07 最新の投稿
HI Raja ,

That link provides solution for Liferay 6 ..nt for 5.2 sp3