0 Replies Latest reply on Sep 18, 2009 2:18 AM by rbisht

    Not Able to Create the Child Page of Sub Page

      Hi All,

      I have just started development in JBoss Portal 2.7.2 . I want to know how to create the child pages of sub pages. I am able to create the child pages of the sub pages through the *-object.xml file and I can 'see' the child page beign created when I login through the admin role and click on the page name. But the thing is I am not able to view the child page of the sub page when it is deployed.
      Below is my *-object.xml file :

      <?xml version="1.0" encoding="UTF-8"?>


      <if-exists>overwrite</if-exists>
      <parent-ref />

      <portal-name>NewHello</portal-name>
      <supported-modes>
      view
      edit
      help
      </supported-modes>
      <supported-window-states>
      <window-state>normal</window-state>
      </supported-window-states>

      <page-name>default</page-name>
      <security-constraint>
      <policy-permission>
      <action-name>viewrecursive</action-name>
      <role-name>admin</role-name>
      </policy-permission>
      </security-constraint>

      <window-name>HiHelloWindow</window-name>
      <instance-ref>HiHelloInstance</instance-ref>
      center
      0



      <page-name>Self View</page-name>

      <page-name>Allocations</page-name>

      <page-name>Open Request</page-name>


      <page-name>Open Response</page-name>




      <page-name>Group View</page-name>





      I am unable to view the child pages of the Allocations subpage ... Please let me know how can I make the child page appear for a sub page ... Any help would be appreciated ....Thanks in Advance,
      Regards,
      Rajesh Bisht