- Timestamp:
- 11/23/06 18:21:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/xpath/dom/builder/ZXPathGetShortTitleText.java
r7460 r7467 106 106 if (vAgt != null) vAgt = vAgt.hGetAgentAssoc("shortTitleText"); 107 107 if (vAgt != null && vAgt instanceof IWAgentComputor) { 108 String vRes = ((IWAgentComputor) vAgt).computeAs Data(vDialog, null).getString();108 String vRes = ((IWAgentComputor) vAgt).computeAsString(vDialog, null); 109 109 if (vRes != null && vRes.length() > 0) { 110 110 return new XString(vRes);
Note: See TracChangeset
for help on using the changeset viewer.