There are two attached files in the JIRA issue, they implement the feature in Apache Velocity. Download these patches and port them to .NET and NVelocity. NVelocity source code is here: https://github.com/castleproject/NVelocity
Cheers, Mauricio On Mon, Mar 21, 2011 at 10:49 PM, hatjhie <[email protected]> wrote: > Hi All, > > > Thanks for your kind response. > > I read that there is a break statement in > http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html > > However, I'm using Castle NVelocity whose version is 1.1.1.0 for .NET > Framework. > > Any idea how to implement > https://issues.apache.org/jira/browse/VELOCITY-612 > in Castle NVelocity? > > Thanks a lot for your helps. > > Best Regards, > Hatjhie > > On Mar 21, 9:39 pm, Mauricio Scheffer <[email protected]> > wrote: > > TTBOMK #break is not implemented in NVelocity, you might be interested in > > porting it from Apache Velocity (seehttps:// > issues.apache.org/jira/browse/VELOCITY-612) > > I agree with Patrick though, it's best if you can filter your data before > > feeding it to the template... > > > > -- > > Mauricio > > > > On Mon, Mar 21, 2011 at 5:35 AM, hatjhie <[email protected]> > wrote: > > > Hi All, > > > > > In NVelocity, it seems like #break operator is not working in my side. > > > > > Is it not supported yet in this version or should I do any setup > > > before I use it? > > > > > Thanks for your helps. > > > > > Best Regards, > > > Hatjhie > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Castle Project Users" group. > > > To post to this group, send email to > [email protected] > > > . > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/castle-project-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
