Preview VTL result

2007-07-25 Thread wong wayne
Hi all VTL is useful and flexible for developer but it is difficult to preview the result for those who have no technical background. (dynamic content replaced by predefined value) Any existing tools that can perform this function? I have no idea that how to present the looping, any hints would b

Re: Problem when accessing data member

2007-07-16 Thread wong wayne
y will only give access to public methods in > public classes. > > On 7/15/07, wong wayne <[EMAIL PROTECTED]> wrote: > > Hi all > > > > I'm using spring with velocity to sending email. > > Program works fine when those data needed passing > in > > St

Problem when accessing data member

2007-07-15 Thread wong wayne
Hi all I'm using spring with velocity to sending email. Program works fine when those data needed passing in String type but I cannot access those data member when passing as an object. At servlet, object add into hashmap model and added into VelocityEngineUtil Person p1 = new Person(); p1.setFi