Thanks, but you should create an entry in JIRA:
https://issues.apache.org/jira/browse/VELOCITY

Otherwise we may very well forget about your patch...

It is also usefull to gather all comments and potential successive
versions.


  Claude

Le lundi 29 septembre 2008 à 06:43 -0700, Byron Foster a écrit :
> The attached patch against trunk adds a new option  
> 'runtime.references.strict'.  When set to true, invalid property  
> references will throw a InvalidMethodException.  For example $foo.bar  
> will throw an exception if the object contained in $foo has no such  
> property as bar.  Any kind of reference to bar will cause an exception  
> including:
> 
> #if(#foo.bar)
> #set($foo.bar = "junk")
> #set($foo.getBar())
> etc...
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to