Re: [IB3] Some questions

2009-08-22 Thread Anoop kumar V
Please disregard my question. it is working now, not entirely sure what happened. But the link to the documentation would still be useful. Thanks, Anoop On Sat, Aug 22, 2009 at 8:53 PM, Anoop kumar V wrote: > I tried searching a lot, can you please post a link to your blurb, I am > interested i

Re: [IB3] Some questions

2009-08-22 Thread Anoop kumar V
I tried searching a lot, can you please post a link to your blurb, I am interested in reading more about the usage of {} to pass strings. Or you could also answer this question... If I am passing a map as a parameter that contains a string as one of the values to a select query in the sqlmap, can

Re: [IB3] Some questions

2009-08-12 Thread Clinton Begin
Yep, horrible typos... darn copy and paste! That's what I get for writing 80 pages of documentation after the hours of 11pm. :-) I've updated all of the inappropriate usages of ${} and redeployed the documentation. I also added a quick blurb on proper usage of ${}... Clinton On Wed, Aug 12,

Re: [IB3] Some questions

2009-08-12 Thread Clinton Begin
Probably a typo. You can place any typos in the Wiki in the documentation contributions. On Wed, Aug 12, 2009 at 9:42 PM, Zoran Avtarovski wrote: > Thanks Jeff, > > I asked about the string substitution because the docs use the ${...} > notation for primitives or simple data types. Is the user

Re: [IB3] Some questions

2009-08-12 Thread Zoran Avtarovski
Thanks Jeff, I asked about the string substitution because the docs use the ${...} notation for primitives or simple data types. Is the user guide incorrect then? Z. > > Some answers... > > String substitution is still there. Use this: ${...} > > The expression language is OGNL - OGNL is incl

Re: [IB3] Some questions

2009-08-12 Thread Jeff Butler
Some answers... String substitution is still there. Use this: ${...} The expression language is OGNL - OGNL is included basically as is in iBATIS3. iBATIS will make all bean properties available in the OGNL context, and also the parameter object itself (as "_parameter"). So you can do or .

[IB3] Some questions

2009-08-12 Thread Zoran Avtarovski
First off, fantastic effort guys. This looks like a unbelievable release. The improvements over the previous version are just incredible. I¹m especially a fan of the new collection tag. I¹ve been reading over the user guide and I have a couple of questions : In V2 and prior $value$ resulted in a