Using java.util.List as the parameterClass

2007-09-18 Thread Peter Martin
I want to pass in a List as a parameter class and select the first item from the list. I know it is possible to use the tag, but is it possible to pull out a single item for a given index? For example, in the following select I to get the item at position 0: parameterClass="java.util.Li

Re: Using java.util.List as the parameterClass

2007-09-18 Thread Peter Martin
ee it happening in iB2. Brandon On 9/18/07, Peter Martin <[EMAIL PROTECTED]> wrote: I want to pass in a List as a parameter class and select the first item from the list. I know it is possible to use the tag, but is it possible to pull out a single item for a given index? For exam

Problem using nullValue in parameter map

2007-09-25 Thread Peter Martin
I have a parameterMap that is using a "map" object. If it doesn't find the property in the map I want nullValue to provide the value. This isn't working for me, should this be OK? I am using iBATIS 2.3.0. mode="OUT" /> mode="IN" nullValue="%" /> Thanks Peter.