> > I found my
> query, something like this:
> > #set($hql =
> "select obj.name, prop.value from BaseObject obj,
> StringProperty prop where (
> obj.className='FormSMQ.EAClass' or
> obj.className='FormSMQ.PiacJ2Class' ) and
> prop.id.id=obj.id and
> prop.name='TypeFiche_RO'")
> >
> 
> > Now
> I need the JSON format of my JSON data provider (resultPage
> parameter: full name of the page to use as a JSON data
> provider for the table)
> 
> You
> can use 
> https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-linkchecker/xwiki-platform-linkchecker-ui/src/main/resources/XWiki/ExternalLinksJSON.xml
> as an example of a custom results page.

Thanks, I will give a try.
With ResultPage, I wonder if I could use select list of livetable.

Thanks you VERY much to make my week-end busy ;-)
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to