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 99434 - Factor out JSP and Rendered DOM document impl refs from Designer
Summary: Factor out JSP and Rendered DOM document impl refs from Designer
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 99427
  Show dependency tree
 
Reported: 2007-03-29 18:50 UTC by Peter Zavadsky
Modified: 2007-03-29 18:57 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2007-03-29 18:50:00 UTC
There are references to specific implemenations of the JSP and the resulting
'rendered' document in the designer. The designer should be shielded from this
and not to be aware of the original JSP (JSF) DOM document at all.
Comment 1 Peter Zavadsky 2007-03-29 18:56:40 UTC
Fixed before.
Now there is designer/markup which shields the impl specifics.
However it is needed to factor out that too.