Are you saying that it fails if searchValue is a list?
On 6/14/05, Justiniano, Miguel <[EMAIL PROTECTED]> wrote:
> I am currently trying to implement a sql map that will execute a query with
> a variable list of search filters like so:
>
> resultClass="java.lang.String">
> select name
>
I'm not completely sure from your example where a "list value" would
fit into that and how you are expecting it to be rendered. Please
provide more detail.
Brandon
On 6/14/05, Justiniano, Miguel <[EMAIL PROTECTED]> wrote:
> I am currently trying to implement a sql map that will execute a query wi
I am currently trying to implement a sql map that will execute a query with
a variable list of search filters like so:
select name
from itemTable
where id = #id#
$filterList[].columnName$ $filterList[].comparator$
#filterList[].searchValue#