Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
dynamic pages not pointing to the default navigation modal

Hi.
i am creating a webcenter portal pages using Page service api and page - create new task flow.
but these pages are not visible in the portal administration section.
how can we point his pages to default navigation model are custom navigation model?
Thank you,
SK
Answers
-
by default the newly created pages are hidden, you have to make them unhide, so that pages will be available on default navigation model,,,
-
Could you please help me by referring some sample code.....
-
i haven't tried the same with code, but you have to make the page visible anyways with the below practicle example on admin section,
1) I have cretaed a sample WCP application and ran thought integrated WLS
2) i have logged in with weblogic user and created a page
3) it is not displaying the page on homp page>menu until you make it visible the page throught administration section
-
Finally i also completed the code.
if you are using a page service api then please all this line
pageService.showPage(page_path);