Daniel Simon wrote:
> I want to get the attachments to the current page into a database list  
> class dropdown menu.  I figure that there's some specific hibernate  
> query that I can use, but I can't seem to figure it out.  So, does  
> anyone know how to do this?
> 

select att.filename from XWikiAttachment att where att.docId = '$doc.id'

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to