cool. I figured that's what you were meaning/going after, I just
wanted to get a clearer picture.
-chad
On 2/16/06, Ron Grabowski <[EMAIL PROTECTED]> wrote:
> I meant something closer to this:
>
> // general text processing
> string dynamicText = (string)mappedStatement.Process(
> velocityHan
I meant something closer to this:
// general text processing
string dynamicText = (string)mappedStatement.Process(
velocityHandler, new int[] {5, 6, 9});
--- Chad Humphries <[EMAIL PROTECTED]> wrote:
> Sounds like this would be a good extension point as a whole. One
> thing stuck out in your
Sounds like this would be a good extension point as a whole. One
thing stuck out in your message though.
// general text processing
string dynamicText = (string)mappedStatement.Process(
dynamicTextHandler, new int[] {5, 6, 9});
The idea that iBatis might handle general te