Thanks a million, that did the trick! I had tried that before, but had
probably made some other mistake then.
Regards,
Linda
Jeff Butler wrote:
I don't think you can send the order by clause as a prepared statement
parameter. You should try string substitution instead. Also, you
don't need t
I don't think you can send the order by clause as a prepared statement
parameter. You should try string substitution instead. Also, you
don't need the tag here:
order by $sort$ $sortAsc$
Jeff Butler
On Wed, Jul 15, 2009 at 9:08 AM, Linda van der
Pal wrote:
> Hello,
>
> Can anybody tell me
Hello,
Can anybody tell me what I'm doing wrong? I want my query to return a
sorted list.
Here are the relevant parts from my boek_SqlMap.xml (which is included
in SqlMapConfig.xml)
id="BoekResultMap">
property="description" />
id="Auteurlijst">
paramete