Ignore:
Timestamp:
11/23/06 18:21:36 (6 years ago)
Author:
sys
Message:

api Data + AgentLinker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_GE/com/scenari/m/ge/xpath/dom/builder/ZXPathGetUrl.java

    r7460 r7467  
    109109                vDialog = vAgt.hNewDialog(vDialog); 
    110110                vDialog.hSetHier(Collections.EMPTY_LIST); 
    111                 String vRes = ((IWAgentComputor) vAgt).computeAsData(vDialog, "act:").getString(); 
     111                String vRes = ((IWAgentComputor) vAgt).computeAsString(vDialog, "act:"); 
    112112                if (vRes != null && vRes.length() > 0) { 
    113113                    return new XString(vRes); 
Note: See TracChangeset for help on using the changeset viewer.