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 143180 - Need Mirage API docs (auto complete not happening)
Summary: Need Mirage API docs (auto complete not happening)
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Joshna Kambalapalli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 13:43 UTC by thekkadath
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 thekkadath 2008-08-07 13:43:11 UTC
Consider that i want to use the below code in my web application 

<cms:getCategory categoryName="Default" var="category"/>

<%
out.println("categoryName"+category.getEditableAttributes().getName())
%>

Issue: The problem is that when you type "category." the IDE doesnt list all the available methods of <cms:getCategory>
taglib.