Re: A problem with condition evaluating
hygforsoft <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.shark |
|---|---|
| Message-ID | <[email protected]> |
hi Monique,thanks for you mention.using
isback && (backgroup.equalsIgnoreCase("billact_apply"))
is OK.
My demo refer to shark demo's workflow_patterns.xpdl.
But then,I think it would be better if BeanShell modify for my above
mention.
--
Best regards!
Antonio Huang
2005/7/16, Monique Maker <[email protected]>:
>
> Hi,
>
> BeanShell uses Java comparison rules, not JavaScript ones. Try this
> comparison:
>
> isback && (backgroup.equals("billact_apply"))
>
> May be it would be better to use even
>
> isback && (backgroup.equalsIgnoreCase("billact_apply"))
>
> but it depends on your coding habits.
>
> Regards,
> Monique
message-footer.txt
(text/plain, 271 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws