Actions
Bug #1706
closedNullPointerException using doc()
Start date:
2013-02-22
Due date:
% Done:
0%
Estimated time:
Platforms:
Description
When the old syntax doc('html:document') is used in place of ixsl:page(), for example in the knight's tour stylesheet, a NullPointerException occurs.
Controller.registerDocument() is called with a null value for the doc argument.
Updated by Michael Kay almost 12 years ago
- Subject changed from NullPointerException usin doc() to NullPointerException using doc()
Fixed by replacing the reference to the unitialized variable hostPage in Configuration.buildDocument() with a call on Configuration.getHostPage().
Please register to edit this issue
Actions