[xwiki-users] Attachment list in database list
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? Thanks, /Daniel ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Daniel T. Simon, PhD Linköpings Universitet Dept. of Science and Technology (ITN)
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/
participants (2)
-
Daniel Simon -
Sergiu Dumitriu