JavaScript node and Template node xpath search now uses QueryParameters for folder path searches

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-03-21 12:43:51 +00:00
parent 7f3c842c79
commit 6795d5dc9c
4 changed files with 52 additions and 22 deletions

View File

@@ -51,6 +51,6 @@ public class XPathResultsMap extends BasePathResultsMap
*/
public Object get(Object key)
{
return getChildrenByXPath(key.toString(), false);
return getChildrenByXPath(key.toString(), null, false);
}
}