Foros de discusión

[RESOLVED] Asset Publisher Portlet save-issue in Liferay 5.1.*

thumbnail
Jonas Yuan, modificado hace 15 años.

[RESOLVED] Asset Publisher Portlet save-issue in Liferay 5.1.*

Liferay Master Mensajes: 993 Fecha de incorporación: 27/04/07 Mensajes recientes
There is an issue in Asset Publisher portlet.

The Show Metadata can not be saved properly.

Scenario:
1) select "Author" from Available box
2) add it to the Current Box
3) press Save button

The selected values are not saved properly.

One more, there is a JSP issue:

EVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /html/portlet/tagged_content/display_full_content.jsp(212,18) Attribute value "page" is quoted with " which must be escaped when used within the value
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)

Here is correct one:

curParam="<%= String.valueOf(page) %>"

Archivos adjuntos:

thumbnail
Hugo Alvarado, modificado hace 15 años.

RE: Asset Publisher Portlet save-issue in Liferay 5.1.*

New Member Mensajes: 11 Fecha de incorporación: 23/03/09 Mensajes recientes
Hello i am facing the same issue, but i noticed that this happens when we do a "manual" asset selection, i don't know if this is a normal behavior. any thoughts ?
thanks
thumbnail
Amos Fong, modificado hace 15 años.

RE: Asset Publisher Portlet save-issue in Liferay 5.1.*

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
Hey guys,

This was just recently fixed.

http://issues.liferay.com/browse/LPS-2724
thumbnail
Hugo Alvarado, modificado hace 15 años.

RE: Asset Publisher Portlet save-issue in Liferay 5.1.*

New Member Mensajes: 11 Fecha de incorporación: 23/03/09 Mensajes recientes
Thank you!