Menu

#16 Nullpointer caused by NULL FK

open
nobody
None
5
2011-08-10
2011-08-10
No

When the FK is nullable a Nullpointer exception is generated.
Correction:

RestUtil.getRowUrl(...)

if(id != null)
return getTableUrl( servletURL, tableName) + URLEncoder.encode(id, "UTF-8") + "/";
else
return "";

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.