Changeset 1793
- Timestamp:
- 2010-12-06 19:59:49 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/universe/kauri-template/src/main/java/org/kauriproject/template/VariableBlock.java
r1743 r1793 169 169 } else if (value instanceof CharSequence) { 170 170 input = HandlingInput.newInput(null, null, (CharSequence)value); 171 } else if (value == NO_VALUE) {172 throw new TemplateException("No practical source or value found for variable " + name + ". Tried URI " + src);173 171 } else 174 172 return value;
Note: See TracChangeset
for help on using the changeset viewer.