Can dereferencing semantics be disabled?

kbutler <[email protected]>
Newsgroups gmane.comp.web.freemarker.user
Message-ID <[email protected]>
Hi - this is a silly question and I apologize in advance, but I must ask it.

I know that the "." character is a dereferencing operator when used in a
variable name;

for example
    ${employee.id)

I believe translates to 
    employee.getId()  (more or less)

as it would in OGNL.   

Is it possible to either disable this dereferencing and treat token
'employee.id'  as a simple, unparsed variable name, OR to change the "."
syntax to some other character? 

Thanks - 
Kent
-- 
View this message in context: http://n4.nabble.com/Can-dereferencing-semantics-be-disabled-tp1559341p1559341.html
Sent from the freemarker-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&reg; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.