You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dave Brondsema (JIRA)" <de...@myfaces.apache.org> on 2006/04/17 16:43:17 UTC

[jira] Created: (TOMAHAWK-259) t:messages detailFormat doesn't use an outputLabel's outputText

t:messages detailFormat doesn't use an outputLabel's outputText
---------------------------------------------------------------

         Key: TOMAHAWK-259
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-259
     Project: MyFaces Tomahawk
        Type: Bug

    Versions: 1.1.2-SNAPSHOT    
    Reporter: Dave Brondsema
    Priority: Minor


I am using this:
<t:messages detailFormat="{1}: {0}" showDetail="true" showSummary="false"/>

And it displays nothing for the {1}.  It displays the proper value for {0}.  If I change my labels to use value= instead of the nested outputText, then {1} does work.

I am using facelets 1.0.10 and myfaces r386666

My labels look like this
<h:outputLabel for="currentcity">
	#{text['city']}<span class="x-portlet-instructions">*</span>
</h:outputLabel>
or:
<h:outputLabel for="previousgpa">
	#{text['previousgpa']}
</h:outputLabel>


-- 
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