Thanks
Dave
> --
> You received this message because you are subscribed to the Google Groups "jsoar-user" group.
> To post to this group, send email to jsoar...@googlegroups.com.
> To unsubscribe from this group, send email to jsoar-user+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jsoar-user?hl=en.
>
JavaBean properties
(http://docstore.mik.ua/orelly/java-ent/jnut/ch06_02.htm) start with a
lower case letter, so if the setter is called setPrintID(), then the
property is "printID". JSoar does log a warning about it, but maybe
something more drastic should happen if it doesn't know what to do. So
in your rule, change PrintID to printID and PrintString to printString
and it will work fine. I tested it and got the expected results.
Let me know if you have any other issues with SoarBeans. They haven't
been used that much so I'm interested in any feedback you might have
about what's tricky, etc.
Thanks,
Dave