tagdoc generator ignores components that have a tag-name but no tag-class
-------------------------------------------------------------------------
Key: ADFFACES-150
URL: http://issues.apache.org/jira/browse/ADFFACES-150
Project: MyFaces ADF-Faces
Issue Type: Improvement
Components: Plugins
Reporter: Arjuna Wijeyekoon
Priority: Trivial
Attachments: tagdoc_fix.patch
I have a component.xml file. Because the tag for this component has behaviour,
I don't want it autogenerated.
therefore, I have removed the
<mfp:tag-class>
tag.
This will prevent the tag handler from being autogenerated. that is fine.
however, it has also stopped the tagdoc generator. This is not good.
Instead the tagdoc generator should filter on the
<mfp:tag-name>
tag and not on the
<mfp:tag-class>
tag.
I will upload a patch.
--
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