Something changed in 1.1.2, such that orion finder automatically lose the
'$' character, this is no good as it makes the sql hardcoded per finder,
rather than allowing the appserver to substitute in the column name/value
correctly. I'm not sure when this broke, as I have been running a cvs
version a few weeks old.

Eg:

Orion-query="$field1 = $1 and $field2 = $2"

Shows up as:

Orion-query="field1 = 1 and field2 =2"


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to