[0:29]<jsp> zumbrunn, looks like res.message will only hold a string and force-converts anything you stick there to one. do you know a way to confirm that's correct and possibly how difficult it would be to change? [0:29]<jsp> (bbl) [0:30]<jsp> alas, res.message = <p>test</p>; res.message=='test'; returns true [0:31]<jsp> (<p>test</p>).toString()=='test' [1:40]<jsp> (oh, and res.message==='test' returns true, which is what actually matters) [21:33]<leobm> hello! can I reflect this query here: SELECT count(TAG.label) as count, TAG.label FROM TAG GROUP BY TAG.labelORDER BY count DESC; [21:33]<leobm> in type.properties ? [21:35]<jsp> I 'm not sure, but I think no. But you could easily make a view and use that. [22:33]<leobm> in which property file comes the sqlLog property ? is this the right name ? [22:33]<leobm> db.properties ? [22:34]<leobm> find it not in the doumentation but I know there was a property for it.. [22:41]<jsp> (no idea here) [22:47]<leobm> i found now logSql=true .. should added to apps.properties [22:47]<leobm> but I'm not shure [22:49]<leobm> ok.. now to late.. test it tommorrow. [22:49]<leobm> bye