Re: Need a clarifcation about some issues

2007-04-29 Thread Nathan Bubna
On 4/29/07, Supun Kamburugamuva <[EMAIL PROTECTED]> wrote: Hi, My inner class was a private one. When I made it public everything worked well. Is it a issue that private inner classes are not working? (Henning suggested to open a Jira). No. Classes and methods that are private or protected sh

Re: Need a clarifcation about some issues

2007-04-29 Thread Supun Kamburugamuva
Hi, My inner class was a private one. When I made it public everything worked well. Is it a issue that private inner classes are not working? (Henning suggested to open a Jira). Thanks, Supun. On 4/29/07, Nathan Bubna <[EMAIL PROTECTED]> wrote: On 4/28/07, Henning P. Schmiedehausen <[EMAIL P

Re: Need a clarifcation about some issues

2007-04-29 Thread Nathan Bubna
On 4/28/07, Henning P. Schmiedehausen <[EMAIL PROTECTED]> wrote: "Supun Kamburugamuva" <[EMAIL PROTECTED]> writes: >2.I couldn't call inner class methods. I put an inner class object in >to Velocity context and then tried to call its methods from the >template. But it didn't work. Velocity just

Re: Need a clarifcation about some issues

2007-04-27 Thread Nathan Bubna
On 4/27/07, Supun Kamburugamuva <[EMAIL PROTECTED]> wrote: Hi, I have been playing with Velocity in the past few days. By doing so I encountered couple of problems. I'm not sure weather these are the documented behavior so I thought I should ask the list. 1.I couldn't set a property after I init

Re: Need a clarifcation about some issues

2007-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Supun, Supun Kamburugamuva wrote: > 2.I couldn't call inner class methods. I put an inner class object in > to Velocity context and then tried to call its methods from the > template. But it didn't work. Velocity just outputs the calling method > name

Need a clarifcation about some issues

2007-04-27 Thread Supun Kamburugamuva
Hi, I have been playing with Velocity in the past few days. By doing so I encountered couple of problems. I'm not sure weather these are the documented behavior so I thought I should ask the list. 1.I couldn't set a property after I initialize the Velocity Engine (After calling the init() method)