[jboss-user] [JBoss Portal] - Re: Problems deploying IPC example on JBoss 2.4.0-GA
franco12
do-not-reply at jboss.com
Wed Oct 4 06:06:23 EDT 2006
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
More information about the jboss-user
mailing list