Foren

"Latest Wiki", "Latest Forum" etc. Portlet

thumbnail
Marvin Gumpoldsberger, geändert vor 15 Jahren.

"Latest Wiki", "Latest Forum" etc. Portlet

New Member Beiträge: 21 Beitrittsdatum: 29.10.08 Neueste Beiträge
Hi all,

I want to add the portlet which allows me to display the "Latest News" or "Latest Forum" entries, as it is used on liferay.com at the home tab of community.


In the svn i found a portlet called "sample-search-container-portlet" - it sounds to me as a portlet which maybe could do that - can somebody tell me if this is correct ?

If this is correct, there is another problem, although it can be deployed but i cannot use ist, because of:

15:18:59,180 ERROR [PortletRequestDispatcherImpl:311] org.apache.jasper.JasperException: /view.jsp(55,18) Attribute value tabs.equals("Test_1") is quoted with " which must be escaped when used within the value



Would be nice if somebody could help me !
Thanks!
thumbnail
Josh Asbury, geändert vor 15 Jahren.

RE: "Latest Wiki", "Latest Forum" etc. Portlet

Expert Beiträge: 498 Beitrittsdatum: 08.09.06 Neueste Beiträge
Hi Marvin -

You can use the Asset Publisher portlet to accomplish this.

Josh
thumbnail
Marvin Gumpoldsberger, geändert vor 15 Jahren.

RE: "Latest Wiki", "Latest Forum" etc. Portlet

New Member Beiträge: 21 Beitrittsdatum: 29.10.08 Neueste Beiträge
Hi Josh,

works fine,
thanks !
Christoph H., geändert vor 15 Jahren.

RE: "Latest Wiki", "Latest Forum" etc. Portlet

Regular Member Beiträge: 147 Beitrittsdatum: 31.07.07 Neueste Beiträge
Marvin Gumpoldsberger:
If this is correct, there is another problem, although it can be deployed but i cannot use ist, because of:

15:18:59,180 ERROR [PortletRequestDispatcherImpl:311] org.apache.jasper.JasperException: /view.jsp(55,18) Attribute value tabs.equals("Test_1") is quoted with " which must be escaped when used within the value


You have three options:
  • Use an older tomcat,
  • set -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false as a tomcat startup option
  • wait until Liferay fixes all their code
thumbnail
Marvin Gumpoldsberger, geändert vor 15 Jahren.

RE: "Latest Wiki", "Latest Forum" etc. Portlet

New Member Beiträge: 21 Beitrittsdatum: 29.10.08 Neueste Beiträge
yes, this option also has the desired effect ...
Thank you!
thumbnail
Marvin Gumpoldsberger, geändert vor 15 Jahren.

RE: "Latest Wiki", "Latest Forum" etc. Portlet

New Member Beiträge: 21 Beitrittsdatum: 29.10.08 Neueste Beiträge
somebody tried out the portlet with the messageboard entries?
There is a problem with the viewURL (see: LPS 448 )