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 40124 - [36cat] jsp autocomplete
Summary: [36cat] jsp autocomplete
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker with 4 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 07:49 UTC by sceyefeye
Modified: 2004-08-13 12:12 UTC (History)
0 users

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 sceyefeye 2004-02-16 07:49:48 UTC
<%@page import="domainname.packagename.class "%>
works fine. I get the options for my
autocompleting in a JSP file.

But when I try

<%@page import="domainname.packagename.class, 
domainname.another_packagename.class .......

the autocompletion stops working!
Comment 1 Petr Pisl 2004-02-19 13:40:09 UTC
The Code Completion  of import attribute for page directive doesn't
count on writing more imports separated by comma. It's bug. It must be
fixed in JspCodeCompletion query.
Comment 2 Jiri Kovalsky 2004-02-19 17:28:52 UTC
This issue was reported in NetCAT program and starts to be under
voting attack. Could you please Petr reconsider the Target Milestone ?
Comment 3 Marek Fukala 2004-02-20 14:22:21 UTC
Thanks for your support to fix this bug. I am affraid we are not going
to fix this to promo-B, since the fix is quite extensive and could
lead to some other unpredictable problems. There is a -simple-
workaround for this problem. Use the code completion to create the
first import, then move to the beginning of the attribute value and
use the code completion again. I hope you admit this is an acceptable
behaviour.
Comment 5 Petr Pisl 2004-07-09 09:23:27 UTC
Fixed :)
Comment 6 Marek Fukala 2004-07-12 12:29:32 UTC
verified in #20040711