[JBoss JIRA] Created: (GTNPORTAL-790) Page doesn't display when created in pages.xml
by Benjamin Janssens (JIRA)
Page doesn't display when created in pages.xml
----------------------------------------------
Key: GTNPORTAL-790
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-790
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-CR01
Environment: Windows xp, firefox 3.6, IE 8, Chrome 4
Reporter: Benjamin Janssens
Priority: Minor
I created a node and a page in
\server\default\deploy\gatein.ear\02portal.war\WEB-INF\conf\portal\portal\classic\navigation.xml and pages.xml
navigation.xml :
<node>
<uri>testmnode</uri>
<name>test</name>
<label>Test</label>
<visible>true</visible>
<page-reference>portal::classic::testPage</page-reference>
</node>
pages.xml
<page>
<name>testPage</name>
<title>Test</title>
<access-permissions>Everyone</access-permissions>
<edit-permission>*:/platform/administrators</edit-permission>
</page>
The node is displayed correctly into the portal. If I clicked on the node, the URL change, but nothing happens. I have to edit the node with the edit navigation panel, then go to the selector page (the page is displayed as selected) just click save, then save the node and then the page is displayed when I click on the node.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month