##  Properies Info
er.extensions.load.Properties.framework.WOOgnl=load
er.extensions.WOOgnl.hasLocalization=false


#### If you want to use OGNL but not enable it automatically in your bindings, 
#### you can set this to false.  Default is true.
#ognl.active=true

#### The Classname of the Parser
#ognl.parserClassName=ognl.helperfunction.WOHelperFunctionParser54

#### If you want to enable inline bindings on non-WO tags (like <div id = "$myID">..</div>), you can enable this and
#### the parser will automatically turn these tags into WOGenericContainers.  This requires that ognl.helperFunctions=true
#### and ognl.inlineBindings=true. The default is false.
#ognl.parseStandardTags=false

#### If you want OGNL exceptions to actually throw exceptions on failures (rather than just warn), set 
#### this to true. Default is false.
ognl.webobjects.WOAssociation.shouldThrowExceptions=false

#### If you want to enable inline binding syntax (i.e. <wo:WOCondition condition = "$shouldDisplay"> .. </wo>), then set
#### this to true.  This requires ognl.helperFunctions=true. Default is false.
#ognl.inlineBindings=false

#### If you want to enable the helper function parser (which now is misnamed and does a bunch of other things),
#### you can set this to true.  Default is false.  See README-HelperFunctions.txt for more information about
#### helper functions.
#ognl.helperFunctions=false
