[ http://jira.codehaus.org/browse/DROOLS-475?page=all ]
     
Michael Neale resolved DROOLS-475:
----------------------------------

      Assign To: Michael Neale  (was: bob mcwhirter)
     Resolution: Fixed
    Fix Version: 2.5

This has already been fixed for 2.5.

Recommendation for immediate results is to download 2.5 beta 2, and use the 
decisiontable jar from it with 2.1 (it *should* work and there haven't been 
many changes to decision tables itself for 2.5).

> 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
>     Assignee: Michael Neale
>     Priority: Critical
>      Fix For: 2.5

>
>
> 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