Re: Lists of objects that has a list as a property

2005-06-17 Thread Larry Meadors
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 >

Re: Lists of objects that has a list as a property

2005-06-17 Thread Brandon Goodin
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

Lists of objects that has a list as a property

2005-06-17 Thread Justiniano, Miguel
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#