cancel
Showing results for 
Search instead for 
Did you mean: 

Help me !!

xietengfei
Champ in-the-making
Champ in-the-making
in manage-task-dialog.jsp  ,i  add  anlinkbutton,i want get the  NodeRef,


this.browseBean.getDocument().getNodeRef()

but it  get Errors
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
The manage task dialog does not use BrowseBean for it's context, the call you have made is used by dialogs that act upon nodes held in spaces.

The manage task dialog is dealing with a node within a workflow (not a space). The workflow however, does have a list of resources which point to documents held in spaces. You can access these nodes but it needs a different approach.

I need some more information on what you are trying to do to help you further. What is the link supposed to do?