Opened 17 years ago
Last modified 16 years ago
#2372 closed Bug
Empty FCK:editor value causes NullPointerException — at Initial Version
Reported by: | Michael Osipov | Owned by: | Michael Osipov |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor.Java 2.4.1 |
Component: | Server : Java | Version: | FCKeditor.Java 2.4 |
Keywords: | Cc: |
Description
A code like this:
<FCK:editor instanceName="EditorDefault"> <jsp:attribute name="value"></jsp:attribute> </FCK:editor>
or this
<FCK:editor instanceName="EditorDefault" value=""/>
Result in value being null and causing an NPE