Hello, I have a menuing system using a custom tag to create menus based on configurations specified in Tiles. I needed to create a more robust solution for menu specification than was provided by the org.apache.struts.tiles.beans.SimpleMenuItem. I extended the org.apache.struts.tiles.beans.MenuItem interface as well. I now have a new MenuItemExt class that extends SimpleMenuItem and implements my new IMenuItemExt that extends MenuItem. The extension provides several additional attributes to a menu item definition beyond that provided "out of the box".
My problem is this: the new attributes, when specified in tiles-def.xml, are flagged as errors - "Attribute 'xyz' must be declared for element 'item'". Is there a way to define these extended attributes in my TLD file or would this require an extension to the tiles-config_1_3.dtd (not really preferable)? What is the correct procedure for declaring these "extra" attributes such that they are considered "valid"? Thanks, -Rod --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]