Re: [FMPP] Help with the <#list> directive with a sequence
Brought to you by:
ddekany
|
From: Daniel D. <dd...@fr...> - 2006-02-01 16:13:03
|
Wednesday, February 1, 2006, 5:03:20 PM, Bruce Perryman wrote: > I think I understand now, based on your response. Again, I'm new to > this (FreeMarker). I was looking at the class member names not the name= s from the=A0 methods. In Java you usually don't access fields directly outside that class that contains the fields, but through methods. Accessing properties looks similar as accessing fields in FreeMarker (and in some other languages), but in fact properties are accessed via setter/getter methods. --=20 Best regards, Daniel Dekany |