Hi all, 

(Using Jetspeed-1.6-dev)

When I submit a form using $jslink.getAction() I am not able to retrieve 
the portlet ID from the context. I have used the $jslink.getAction(âxxxâ, 
$portlet) but still my application behaves unexpected because of a null 
pointer exception when it tries to use fetch the portlet ID. 

Looking at the log and the jetspeed sources the Context object appears to 
be created in the GenericMVCAction.perform() method. But this is just an 
empty Context and the portlet is nowhere to be found. 

Can anybode explain why the portlet is not in the Context at this point. 
Is this the normal behaviour?

I just need the portlet ID so that I can store some portlet specific data 
in the RunData object. I can submit the portlet ID as a parameter to my 
action but I would like to avoid that.



Kind regards,
Bjorn Vidar Remme

Reply via email to