ok, sorry
There were a link to a not existing page..
// link to a page
| html.append("<-- Page Linking --><br/>");
| PortalNode thisNode = req.getPortalNode().getParent(); // will
return this Page as a node.
| PortalNode linkToNode = thisNode.resolve("../Page");
| PortalNodeURL pageURL = resp.createRenderURL(linkToNode);
| html.append("Page: " + linkToNode.getName() + " -> ");
| html.append("<a href=\"" + pageURL.toString() + "\">" +
linkToNode.getName() + "</a>");
|
too n00b.. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975972#3975972
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975972
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user