I've managed to pull off some clever stuff using SAS so far, but now I've run into something painfully simple that I can't figure out.
Can someone tell me how to pass a simple Boolean value as an argument to a method-invocation? For example:
Thank you for any help!Code:<method-invocation name="addConverter"> <arg> <object class="com.example.SomeConverter" /> </arg> <arg> {need to pass a Boolean value of true here} </arg> </method-invocation>
Charles


Reply With Quote