<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">All,<br>
<br>
I have a DSL sentence that looks like this:<br>
[when]- and var9 matches {v9}=field9!=null, field9 matches "{v9}"<br>
<br>
When using the Guvnor guided rule editor, I add the "</font><font
 size="+1">- and var9 matches {v9}" DSL sentence to the rule, giving me
a WHEN condition like this: </font><font size="+1"><br>
- and var9 matches [text box]</font><br>
<font size="+1"><br>
I want to put a URL in the text box, but anytime I use a value
containing a colon":", <br>
I get a popup box with error message "</font><font size="+1">The value
[some value with a colon] is not valid for this field"</font><font
 size="+1"><br>
<br>
Example:<br>
DSL in rule, using guvnor guided editor:&nbsp; "</font><font size="+1">- and
var9 matches [<a class="moz-txt-link-freetext" href="http://google.com">http://google.com</a>]"<br>
Popup error message:&nbsp;&nbsp; </font><font size="+1">"The value </font><font
 size="+1"><a class="moz-txt-link-freetext" href="http://google.com">http://google.com</a></font><font size="+1"> is not valid for
this field"</font><br>
<font size="+1"><br>
What needs to happen to allow a value with a colon?&nbsp; I did not have
this problem with drools4 and JBRMS.<br>
<br>
Thanks,<br>
John<br>
</font>
</body>
</html>