Hi Hari,
...

It appears that JXMacrosHelper expects the value for a union widget to
be String-only. There is a cast to String on line 360:

String value = (String)unionWidget.getValue();

Would it have the same effect if the line was changed to:

String value = unionWidget.getValue() != null ?
unionWidget.getValue().toString() : "";
Thanks for reporting the error! Can you provide a patch in jira [1] for this issue? Many thanks in advance. :-)

Best Regards,

Antonio Gallardo.

[1] https://issues.apache.org/jira/browse/COCOON

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to