cancel
Showing results for 
Search instead for 
Did you mean: 

[solved] how to get the current node in document-details.jsp

ethan
Champ in-the-making
Champ in-the-making
Hi : )

Is it possible to retrieve the node object which corresponds with the selected document in the document-details.jsp page? I would like to get this node and past it as a parameter in a method call in the jsp file.

Thank you Smiley Happy
2 REPLIES 2

hsohaib
Champ on-the-rise
Champ on-the-rise
you can get the document using :
#{DialogManager.bean.document}

its nodeRef :

#{DialogManager.bean.document.nodeRef}

ethan
Champ in-the-making
Champ in-the-making
Thank you for your help. That's exactly what I was looking for Smiley Happy