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/ZXPathGetShortTitleText.java

    r7460 r7467  
    106106            if (vAgt != null) vAgt = vAgt.hGetAgentAssoc("shortTitleText"); 
    107107            if (vAgt != null && vAgt instanceof IWAgentComputor) { 
    108                 String vRes = ((IWAgentComputor) vAgt).computeAsData(vDialog, null).getString(); 
     108                String vRes = ((IWAgentComputor) vAgt).computeAsString(vDialog, null); 
    109109                if (vRes != null && vRes.length() > 0) { 
    110110                    return new XString(vRes); 
Note: See TracChangeset for help on using the changeset viewer.