Foros de discusión

how to Get image gallery path ?

thumbnail
Sambangi vasudeva rao, modificado hace 12 años.

how to Get image gallery path ?

New Member Mensajes: 7 Fecha de incorporación: 9/12/10 Mensajes recientes
Hi,

any one please help me.

How to get Image gallery path in java class.
thumbnail
amit doshi, modificado hace 12 años.

RE: how to Get image gallery path ?

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Please check below

<%= themeDisplay.getPathImage() + "/image_gallery?img_id=" + image.getSmallImageId() + "&t=" + ImageServletTokenUtil.getToken(image.getSmallImageId())

With the help of ThemeDisplay object you will get the path of the image-gallery.
thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: how to Get image gallery path ?

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Do you mean folderId?

IGImageLocalServiceUtil.getImage(imageId).getFolderId();