[ http://issues.apache.org/jira/browse/MYFACES-450?page=all ]
Martin Marinschek closed MYFACES-450:
-------------------------------------
Fix Version: Nightly
Resolution: Cannot Reproduce
> Can't use <h:outputLabel> against a Tomahawk component
> ------------------------------------------------------
>
> Key: MYFACES-450
> URL: http://issues.apache.org/jira/browse/MYFACES-450
> Project: MyFaces
> Type: Bug
> Components: Tomahawk
> Versions: 1.1.0
> Environment: IBM RSA using MyFaces JSF and Tomahawk Component
> Reporter: Brendan Conner
> Assignee: Martin Marinschek
> Priority: Minor
> Fix For: Nightly
>
> I recently tried to use an <h:outputLabel> tag against a <t:inputText> tag
> and received a compiler error saying the id specified by the for="..."
> attribute was not found. When I changed <h:outputLabel> to <t:outputLabel>,
> the compiler error went away. If, instead, I changed <t:inputText> to
> <h:inputText>, the error also went away.
> So it appears that one cannot use <h:outputLink> against a Tomahawk
> component; one must instead use <t:outputLink> against a Tomahawk (or
> non-Tomahawk) component.
> To Summarize:
> 1. <t:outputLabel> against any other component works
> 2. <h:outputLabel> against any <t:...> component gets a compiler error saying
> referenced id not found
> 3. <h:outputLabel> against any <h:...> component works
> This situation was encountered using IBM's RSA IDE. I haven't tried it using
> any other IDE or compiler.
--
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