Well, I tried something using Xwiki Query Manager. Code below -
{{velocity}}
#set($resultDocuments = $services.query.xwql("from
doc.object(Blog.BlogPostClass) as blog where blog.published = '1' and
:category member of blog.category and blog.hidden = '0' and doc.web =
'Blog'").execute())
#foreach($resultDocument in $resultDocuments)
$resultDocument
#end
{{/velocity}}
I get this below error. What is programming right and how do I enable this
right?
Caused by: org.xwiki.query.QueryException: Full form statements requires
programming right. Query statement = [select doc.fullName where from
doc.object(Blog.BlogPostClass) as blog where blog.published = '1' and
:category member of blog.category and blog.hidden = '0' and doc.web =
'Blog'] at
org.xwiki.query.internal.SecureQueryExecutorManager.execute(SecureQueryExecutorManager.java:88)
at org.xwiki.query.internal.DefaultQuery.execute(DefaultQuery.java:248) at
org.xwiki.query.internal.ScriptQuery.execute(ScriptQuery.java:236)
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Display-Blog-of-specific-Category-on-Main…
Sent from the XWiki- Users mailing list archive at
Nabble.com.