Decision tables throw an error if a data cell has a $ in it.
------------------------------------------------------------

         Key: DROOLS-475
         URL: http://jira.codehaus.org/browse/DROOLS-475
     Project: drools
        Type: Bug

  Components: decision tables  
    Versions: 2.1    
 Environment: Redhat Linux W#
Java 1.4.2_8
BEA Weblogic 8.1SP5
    Reporter: Bruce Haugland
 Assigned to: bob mcwhirter 
    Priority: Critical


In a dieision table I have an action that looks like this.

headline.setText("$param");

In the column below I have data that looks like this
$338

I get an error from the regex parser during the translation of the table

If I remove the $ so the data reads 338 The table translates fine and 
everything works.

This is critical since I have users entering data into the decision tables who 
would not understand the idea of substituting another character for the $ sign


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to