Hi,
You need to enable backwards compatibility by using
CompatibilityDigesterDefinitionsReader.
You can either
- use the CompleteAutoload* class to startup tiles,
or
- create your own TilesInitializer and override the following method in
TilesContainerFactory:
@Override
protected DefinitionsReader createDefinitionsReader(ApplicationContext
applicationContext) {
return new CompatibilityDigesterDefinitionsReader();
}
Hope this helps,
Nick
On 13-01-16 07:51 AM, Ramiro Aparicio wrote:
> Hi,
>
> After updating dtd to the 3.0 version I found that item is not more
> allowed under <put-list-attribute> but the MenuItem class is still in
> the jar but I see no way to use it.
>
> Also maybe I should be using custom Attribute types but I am just unable
> to understand how to use them nor even if it is what I need (being able
> to set a list of elements with several values inside them).
>
> Thanks in advance.
>
> Ramiro Aparicio