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: 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: Creating objects in template using new keyword

2005-03-02 Thread Shinobu Kawai
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() I need to put RenderTool instance in context and use it to fix some problem. I know that i can put it to context from the java code where the template