Followed the instructions with DDE 8.5.2 FP1 and got this error:
The method getValueBinding(String) is undefined for the type DataSource JsonXspGenerator.java medusa.nsf/WebContent/WEB-INF/src/com/gbs/labs/xsp/debug line 528 Java Problem
the line is:
result = ((DataSource) obj).getValueBinding(bindingName);
my limited knowledge of the java object model makes it hard to know how to continue.
Newbs