Try the following :


  | PortalNode window = ((JBossRenderResponse)resp).getPortalNode();
  | PortalNodeURL url = ((JBossRenderResponse)resp).createRenderURL(window);
  | url.setAuthenticated(Boolean.TRUE);
  | String s = url.toString();
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949042#3949042

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949042


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to