This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 130262

Summary: "Error content not available" is shown when we try to deploy a visualweb jsf portlet page
Product: contrib Reporter: kk_sriram <kk_sriram>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description kk_sriram 2008-03-17 09:30:29 UTC
pluginlocation: http://webhome.xxxx.sun.com/portalserver/PortalTooling/updates/nb61/

Netbeans:6.1 beta

Steps to reproduce
1)Create a webapp haveing portlet framework.But dont check on "create portlet" option
2)Right click and add visualweb jsf portlet page
3)drag some item in to the page
4)Right click on this page and set as initial view/edit/help page
5)clean and build

Issue:"Error Content not available" is thrown.We should be seeing the  items(button,radio buton) etc that we added on
the portletpage.
Comment 1 kk_sriram 2008-03-17 13:52:35 UTC
The error content not available was shown because ,the visual web portletpage was not mapped to view mode.
It is necessary to map some page to view mode first,before mapping it to other modes(help/edit)