[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4168) Messages Regression. Message not appearing on screen.

Tony Herstell (JIRA) jira-events at lists.jboss.org
Fri May 8 20:13:46 EDT 2009


Messages Regression. Message not appearing on screen.
-----------------------------------------------------

                 Key: JBSEAM-4168
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4168
             Project: Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1.2.CR1
         Environment: Win XP64 Pro 2.1.2.CR1 & Ubuntu 
            Reporter: Tony Herstell


This message is no longer appearing (since 2.1.1.GA)
   <span> <h:outputText styleClass="bold" value="#{messages.enter_event_use_alternate_rider}" /> </span>

This is the message in messages it locks onto
   enter_event_use_alternate_rider=click this box if #{competitorDetailsToAdd.competitor.firstname} is NOT the rider

competitorDetailsToAdd is in scope as its used on the page elsewhere:
   <h:outputText id="enter_event_rider" value="#{competitorDetailsToAdd.competitor.surname}, #{competitorDetailsToAdd.competitor.firstname}" title="#{messages.enter_event_rider_tooltip}">
   </h:outputText>

When I change the text to 
   enter_event_use_alternate_rider=click this box if you are NOT the rider
it will appear (once I restart the server of course).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list