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

Summary: Need Mirage API docs (auto complete not happening)
Product: contrib Reporter: thekkadath <thekkadath>
Component: PortalpackAssignee: Joshna Kambalapalli <joshna138>
Status: NEW ---    
Severity: blocker CC: satyaranjan
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.