}
} else {
// No. Does value of "name" attribute refer to a valid
// location in the data model?
try {
argValue = eval.evalLocation(context, p.getName());
if (argValue == null) {
// Generate error, 4.3.1 in WD-scxml-20080516
exctx.getInternalIOProcessor().addEvent(new TriggerEvent(ts.getId() + ERR_ILLEGAL_ALLOC, TriggerEvent.ERROR_EVENT));
}
} catch (SCXMLExpressionException see) {