Don't put "null" into the text area.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1589 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -345,7 +345,9 @@ public class FormTool
|
|||||||
buf.append(" ").append(extra);
|
buf.append(" ").append(extra);
|
||||||
}
|
}
|
||||||
buf.append(">");
|
buf.append(">");
|
||||||
buf.append(value);
|
if (value != null) {
|
||||||
|
buf.append(value);
|
||||||
|
}
|
||||||
buf.append("</textarea>");
|
buf.append("</textarea>");
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user