- 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/ZXPathGotoMeta.java
r7460 r7467 112 112 IWAgent vCodeMeta = vAgent.hGetAgentAssoc("codeMeta"); 113 113 if (vCodeMeta != null && vCodeMeta instanceof IWAgentComputor) { 114 return new XString(((IWAgentComputor) vCodeMeta).computeAs Data(wGetDialogFromCtx(pCtx), null).getString());114 return new XString(((IWAgentComputor) vCodeMeta).computeAsString(wGetDialogFromCtx(pCtx), null)); 115 115 } 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.