Confusing error if mco: prefix is left off a function call
----------------------------------------------------------
Key: XAP-329
URL: https://issues.apache.org/jira/browse/XAP-329
Project: XAP
Issue Type: Bug
Components: MCOs
Reporter: Matt Carbone
If the mco prefix is left off from an MCO function call, the user gets a
confusing error in an alert box.
Example:
onCommand="myMco.foo()" /> instead of mco:myMco:foo()" />
Results in
"Request Failed for URL:myMco.foo() do to"
It looks like the string gets cut off at "do to" where a reason or explanation
should go.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.