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

    r7460 r7467  
    112112                IWAgent vCodeMeta = vAgent.hGetAgentAssoc("codeMeta"); 
    113113                if (vCodeMeta != null && vCodeMeta instanceof IWAgentComputor) { 
    114                     return new XString(((IWAgentComputor) vCodeMeta).computeAsData(wGetDialogFromCtx(pCtx), null).getString()); 
     114                    return new XString(((IWAgentComputor) vCodeMeta).computeAsString(wGetDialogFromCtx(pCtx), null)); 
    115115                } 
    116116            } 
Note: See TracChangeset for help on using the changeset viewer.