Sakke Wiik wrote:
Could you please tell me where to find the documentation for this,
because I cannot find it. Maybe I did not give enough details about
the problem.
On page 36 of the SQLMap guide, the documentation specifies that for the
iterate tag (just like any other tag for that matter), you
What I am saying is that it is not the ?
>
> Seems like a much simpler and more readable solution...
>
> Larry
>
>
> On Wed, 2 Mar 2005 13:37:02 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote:
> > I moved the CDATA to only wrap the "<"-sign. Still doesn't work. Error
> > log below.
> >
> > cheers,
Why not just use < instead of ?
Seems like a much simpler and more readable solution...
Larry
On Wed, 2 Mar 2005 13:37:02 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote:
> I moved the CDATA to only wrap the "<"-sign. Still doesn't work. Error
> log below.
>
> cheers, Sakke
>
> public List ge
I moved the CDATA to only wrap the "<"-sign. Still doesn't work. Error
log below.
cheers, Sakke
public List getXXX(List xxxList, Date xxxDate) {
Map parameters = new HashMap();
parameters.put("xxxCodes", xxList);
parameters.put("xxxDate", xxxDate);
return queryForL
Could you please tell me where to find the documentation for this,
because I cannot find it. Maybe I did not give enough details about
the problem.
The question is how I can give a List as a parameter to a SQLMap query
and at the same time other parameters. Here is my settings:
dao implementation:
I would suggest you read the manual... it is all in there.
http://ibatis.com/common/download.html
Brandon
On Thu, 24 Feb 2005 09:42:00 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote:
> I understand there is a way to use the IN-keyword by giving a List of
> parameters to a query as shown at
> http:/
I understand there is a way to use the IN-keyword by giving a List of
parameters to a query as shown at
http://issues.apache.org/jira/browse/IBATIS-38, but what if I need to
give the query other parameters too? I would like to give the query a
Map where one value is the List for the IN-clause, and
7 matches
Mail list logo