Re: Creating objects in template using new keyword

2005-03-03 Thread Ravikanth L
Hi Shinobu, Thank you very much for the information. It was a simple java code change only to add two new instances to the context from the java code, but i wanted to avoid java code change. -- With Regards, Ravikanth.L - To

Re: For each on an object?

2005-03-03 Thread Shinobu Kawai
Hi Evan, I guess its just a usability thing. To be able to pass a single string would avoid careless errors, that's all. I may settle for what you suggest though. You can make a custom Uberspect to get what you want. :)

Re: Creating objects in template using new keyword

2005-03-03 Thread Nathan Bubna
On Wed, 2 Mar 2005 22:33:47 -0800, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Ravikanth, I would like to create a object reference in template using new keyword like what we do in java String obj = new String() cringenot a best practice!/cringe :) I need to put RenderTool instance in

RE: For each on an object?

2005-03-03 Thread e v a n l e o n a r d
Hmm.. There's a neat idea.. I'll look into that. Thanks! -Evan -Original Message- From: Shinobu Kawai [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 3:49 AM To: Velocity Users List Subject: Re: For each on an object? Hi Evan, I guess its just a usability thing. To be

Re[2]: JarResourceLoader

2005-03-03 Thread Stan Devyatovsky
Hello Shinobu, If I use JarResourceLoader, will any uploads of new .jar with templates be notified by it? I.e., I first uploaded templates.jar, started webapp, then reuploaded modified templates.jar - will my modifications take place without restarting webapplication? SK It should. If