[
https://issues.apache.org/jira/browse/SCOUT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594340#action_12594340
]
Tom Cunningham commented on SCOUT-62:
-------------------------------------
Proposed Patch :
RegistryImpl.java, line 695 :
if (tModelBag != null) {
request.setTModelBag(tModelBag);
+ } else {
+ request.setTModelBag(TModelBag.Factory.newInstance());
}
> find_binding call does not insert TModelBag element if TModelBag is null
> ------------------------------------------------------------------------
>
> Key: SCOUT-62
> URL: https://issues.apache.org/jira/browse/SCOUT-62
> Project: Scout
> Issue Type: Bug
> Reporter: Tom Cunningham
>
> In scout, find_binding call does not insert TModelBag element if TModelBag is
> null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]