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 169771 - Auto completion for tag attributes missing in JSF portlet environment
Summary: Auto completion for tag attributes missing in JSF portlet environment
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 06:08 UTC by kk_sriram
Modified: 2009-10-03 12:58 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 2009-08-04 06:08:38 UTC
NB provides auto completion for tag attributes/event handlers..
The JSF tag <h:message for="name"/> can have attributes like errorClass,errorStyle,style,title etc..

The attribute options are displayed correct when using(ctrl+space) in JSF glassfish application(GF as target runtime)

But then the same tag is used in portlet env(OSPC as the target runtime) the taglib
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%> is not getting resolved,perhaps because of this the attributes
are not getting populated on(crtl+space)