2009/2/10 stanlick <[email protected]>: > > I migrated my jars for a web app this morning and now EL expressions > contained in my tiles-defs.xml that had worked fine are displaying literal > expressions such as ${title}. Before downgrading the jars, does anyone know > if configuration changes someplace are necessary?
Due a security bug [1], I was forced to replace evaluation from the "value" attributes to "expression". See the new tutorial page: http://tiles.apache.org/framework/tutorial/advanced/el-support.html Ciao Antonio [1] http://tiles.apache.org/framework/security/security-bulletin-1.html
