- Timestamp:
- 11/23/06 18:21:31 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_CO/com/scenari/m/co/xpath/dtm/ZXPathResultatDialogue.java
r7458 r7466 145 145 } 146 146 if (vAgent != null) { 147 vResult = ((IWAgentComputor) vAgent).computeAs Data(vDialog, vParams).getString();147 vResult = ((IWAgentComputor) vAgent).computeAsString(vDialog, vParams); 148 148 } 149 149 } else if (vDialog instanceof IWSDialog) {
Note: See TracChangeset
for help on using the changeset viewer.