Adding a page via net.jazz.ajax.pages
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
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
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>
Example from com.ibm.team.jfs.web/plugin.xml:
<extension>
<application>
<page>
<page>
>>> INSERT NEW PAGE HERE
</application>
</extension>