r52145: made ace:tabSet, ace:accordion, and ace:panelStack implement NamingContainer; added prependId attribute to all of them to enable/disable this NamingContainer behaviour for backwards compatibility
Now, client ID's of children of these components (i.e. pane subcomponents and their children) will have prepended the client ID of these components (separated by the separator character in use). This behaviour can be enabled/disabled via the new prependId attribute, which is the same name used by h:form. The default value for this attribute is false.
r52145: made ace:tabSet, ace:accordion, and ace:panelStack implement NamingContainer; added prependId attribute to all of them to enable/disable this NamingContainer behaviour for backwards compatibility
Now, client ID's of children of these components (i.e. pane subcomponents and their children) will have prepended the client ID of these components (separated by the separator character in use). This behaviour can be enabled/disabled via the new prependId attribute, which is the same name used by h:form. The default value for this attribute is false.