Foros de discusión

how to get the tag details for blogs

krishna o, modificado hace 11 años.

how to get the tag details for blogs

New Member Mensajes: 2 Fecha de incorporación: 4/04/12 Mensajes recientes
I am using Dyamic Query and passing the BlogEntry class.
DynamicQuery dqi = DynamicQueryFactoryUtil.forClass(BlogsEntry.class, cl);
Criterion crit = PropertyFactoryUtil.forName("groupId").eq(scopeGroupId);

adding this 'crit' to query and executing the query by using Blogs'sLocal util class like BlogsEntryLocalServiceUtil.dynamicQuery(dqi).

using some array to get the values. i am getting the blog information. but how to set the 'tag' names. i need to show the tag names as part of showing in Blog portlet.
venka reddy, modificado hace 11 años.

RE: how to get the tag details for blogs

Regular Member Mensajes: 231 Fecha de incorporación: 23/03/11 Mensajes recientes
Hi krishna ,

Did you get solution for it??