The id attribute defaults to the xbean tag name
-----------------------------------------------
Key: XBEAN-34
URL: http://issues.apache.org/jira/browse/XBEAN-34
Project: XBean
Issue Type: Improvement
Affects Versions: 2.6
Reporter: David Blevins
Fix For: 2.6
The id attribute of the xbean tag should be optional and when not explicitly
specified should default to the name of the xbean tag itself. Such as
<j:transactionManager id="transactionManager"/>
can just be:
<j:transactionManager/>
The schema can also express the default value of the id attribute of the
<j:transactionManager complex type.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira