New Features

  • Dojo Widget - Generic component for all dojo widgets. Just use the formal parameter dojoType to determine which dojo widget to create and futher informal parameters define the exact properties you wish for it. Take a look at Dojo API for further information about all widgets and their properties.
  • script.aculo.us - brand new components based on script.aculo.us Currently included are Draggable, Droppable and Glider
  • New binding prefixes - including 'template' that makes string related ognl expressions easier, and 'absoluteAsset' which works like the asset binding but makes sure that the created url is absolute.
  • New Component Resolvers - allow you to keep your .html and .properties files next to your java source.