Re: problem with generation text in javascript code

2009-11-03 Thread paul wolanski
Hello, Thank you Igor. it is what I've looked for. Another solution is using VelocityPanel, which I did not wanted to use.. - paul igor.vaynberg wrote: > > you can use TextTemplateHeaderContributor to externalize the template > and define replacement vars. > > -igor > > On Fri, Oct 30, 2009

Re: problem with generation text in javascript code

2009-10-30 Thread Igor Vaynberg
you can use TextTemplateHeaderContributor to externalize the template and define replacement vars. -igor On Fri, Oct 30, 2009 at 10:09 AM, paul wolanski wrote: > > Hello Martin, > Hmmm it looks like a little bit dirty trick, because I will have to print > out whole initialization between tags..

Re: problem with generation text in javascript code

2009-10-30 Thread paul wolanski
Hello Martin, Hmmm it looks like a little bit dirty trick, because I will have to print out whole initialization between tags... I'll try to find another way to resolve that. Thank you for help Martin. I appreciate that. Cheers, Paul martin-g wrote: > > make