Ernst Bunders wrote: > well, i had to change it a little: findeRelatedNodeList dous not have a > version with the below signature (no destination parameter), but i can do > it like this: > > NodeQuery nq = SearchUtil.createRelatedNodeListQuery(pageNode, "pagina", > "posrel", "tonen", "true", "posrel.pos", "up", "destination"); > NodeList nl = cloud.getList(nq); > > bug oh bummer, i'm back at square one (worse, becouse there is no fallback > to legacy): > > javax.servlet.jsp.JspException: javax.servlet.jsp.JspException: Invalid > value for BOOLEAN field: true, of type java.lang.String > javax.servlet.ServletException: javax.servlet.jsp.JspException: > javax.servlet.jsp.JspException: Invalid value for BOOLEAN field: true, of > type java.lang.String > > > I'd say the plot thickens....
I think most of the options you tried should have work. If they don't, it is a bug. 1.8.3 is about to be released, we can probably simply fix the bug, which probably is more efficient then trying to find some work-around. Using the query-framework itself you would supply a Boolean object, and I suppose that does work. But it seems that somewhere the 'casting' is not smart enough to satisfy the query-framework. Michiel -- Michiel Meeuwissen mihxil' Peperbus 107 MediaPark H'sum []() +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
