Hi Dale,
I am porting/testing the Pier-JQuery addOn (from the Pier2 addons) to GemStone and it requires JQueryWidgetBox, which I have also loaded into GemStone which is how I have discovered that the JQFormExampleTest>>testExampleClass test fails...
The expected javascript is:
$(this).example("Example Text",{className:"fancy"})
but the following is being output:
$(this).example("Example Text",{"className":"fancy"})