It's all about the answers!

Ask a question

Adding a page via net.jazz.ajax.pages


m sawires (1462268) | asked Jan 08 '10, 11:29 p.m.
Hello,
How can I get a page to display in the Jazz ui? I've tried HiJazzWeb tutorial but I don't see the page hyperlink. However, I can navigate to the page via
the url https://localhost:9443/jazz/web/projects/Test#action=jazz.viewPage&id=com.example.hijazz.web.hiJazzPage.

Can anyone point me to the right direction? I'm using RTC 2.x
Thanks in advance

One answer



permanent link
Rob Retchless (31125) | answered Jan 11 '10, 11:20 a.m.
FORUM ADMINISTRATOR / JAZZ DEVELOPER
Are you trying to add a page to a web UI that already exists? If so, you will have to edit the application's page bindings in plugin.xml, "net.jazz.ajax.applicationPageBindings".

Example from com.ibm.team.jfs.web/plugin.xml:

<extension>
<application>
<page>
<page>
>>> INSERT NEW PAGE HERE
</application>
</extension>

Your answer


Register or to post your answer.