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 69120

Summary: I18N - encoding property of jsp files is read only
Product: javaee Reporter: Ken Frank <kfrank>
Component: CodeAssignee: Petr Pisl <ppisl>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jf4jbug, mgrummich, pjiricka
Priority: P3 Keywords: I18N
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Ken Frank 2005-11-22 16:50:10 UTC
The encoding property of jsp files is read only but this means user would
need to change it in their code; but assuming that properties are provided
so they don't have to do that.  I thought at one time this property was changable.
Is there a reason that the property needs to be read only ?
Comment 1 Petr Jiricka 2005-11-23 10:52:48 UTC
No, this property was always read-only and it was designed that way. Changing it
to read-write would be possible, but very complicated and challenging given the
complexity of the JSP spec in this area. So I consider this to be an
enhancement, not a bug. Also, we did not really see any user interest in having
this property read-write, so I don't think this is high priority, changing to P3.
Comment 2 Martin Balin 2016-07-07 08:56:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss