while loop

2005-09-14 Thread Ravikanth L
Hi All, Like #foreach does velocity has support for while loop. I am supposed to use a custom api which is having methods like hasMoreSubElements(), nextSubElement() etc... on given element. Usually we will use while loop for these scenarios. Let me know if we can use #while etc...if so a

Is Velocity thread safe?

2005-09-14 Thread pawelstawicki
I have instance of VelocityEngine. It is shared by many threads. Many threads call m_velocityEngine.evaluate(). Is it safe? Regards Pawel Stawicki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Is Velocity thread safe?

2005-09-14 Thread staff
I have instance of VelocityEngine. It is shared by many threads. Many threads call m_velocityEngine.evaluate(). Is it safe? Regards Pawel Stawicki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Escaping HTML control characters within velocity?

2005-09-14 Thread Reggie Riser
Will Glass-Husain wrote: We've also just added a new feature to the unreleased Velocity 1.5 - a group of event handlers to escape references. If you want to test it out, download the nightly source snapshot from http://cvs.apache.org/snapshots/velocity/ . Are the nightly snapshots broken?

RE: Is Velocity thread safe?

2005-09-14 Thread GB Developer
Yes, probably. My question was about mergeTemplate, but I imagine (hope?) evaluate is similar in the context of this question. http://marc.theaimsgroup.com/?t=10770363587r=1w=2 -Original Message- From: pawelstawicki [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005

RE: Is Velocity thread safe?

2005-09-14 Thread GB Developer
Yes. Mike Curwen Product Manager Globally Boundless www.globallyboundless.com 204.885.7733 ext 227 Privacy Compliance: This e-mail message is intended only for

RE: Is Velocity thread safe?

2005-09-14 Thread GB Developer
hmm. my terse split-personality must have emailed when I wasn't looking. (Stupid Outlook). ;) -Original Message- From: GB Developer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 12:19 PM To: 'Velocity Users List' Subject: RE: Is Velocity thread safe? Yes.