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 127442 - getPublicRenderParameterNames() shows renderparams that are not defined in <public-render-parameter> tag
Summary: getPublicRenderParameterNames() shows renderparams that are not defined in <p...
Status: RESOLVED INVALID
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: dgothe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-15 06:23 UTC by kk_sriram
Modified: 2009-03-17 07:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kk_sriram 2008-02-15 06:23:55 UTC
Steps to reproduce
1)Add the following tag 
<supported-public-render-parameter>id1<supported-public-render-parameter> inside <portlet> scope
Note : we have not defined the identifier "id1" in <public-render-parameter> tag at <portlet-app> scope
2)Call the method config.getPublicRenderParameterNames() 
    This method outputs "id1" eventhough identifier "id1" is not defined under <public-render-parameter>
Comment 1 kk_sriram 2008-02-22 08:44:58 UTC
This bug has been moved to isuue tracker "portlet-container.dev.java.net" bearing id #60