In iBATIS 2, you would use ${value}. Maybe this still holds for version 3? Niels
On 7 April 2010 16:46, Joram Barrez <joram.bar...@gmail.com> wrote: > Hi All, > > I was wondering if this is possible with iBatis 3: > > <select id="selectTableCount" parameterType="string" resultType="long" > > select count(*) from ${tableName} > </select> > > The problem is that the string ${tableName} is not replaced by the > parameter, leadin to a 'select count(*) from null' at runtime. > Am I doing something wrong here or is this feature not yet implemeted > (as it worked on iBatis2 according to Google)? > > > Regards, > > Joram > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org > For additional commands, e-mail: user-java-h...@ibatis.apache.org > >