[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3229) Spring example doesn't have in booking form generated checkout date field

Marek Novotny (JIRA) jira-events at lists.jboss.org
Wed Aug 6 10:21:56 EDT 2008


Spring example doesn't have in booking form generated checkout date field
-------------------------------------------------------------------------

                 Key: JBSEAM-3229
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3229
             Project: Seam
          Issue Type: Bug
          Components: Examples
    Affects Versions: 2.1.0.A1, 2.0.3.CR1
            Reporter: Marek Novotny


Spring example - booking form is missing checkout date field, there is only label. 

There is the following code: 
 <div class="label"><h:outputLabel for="checkoutDate">Check Out Date:</h:outputLabel></div>
                            <div class="input">
                                <s:decorate>
                                    <br/>
                                </s:decorate>
                            </div>
instead of:
<div class="label"><h:outputLabel for="checkinDate">Check In Date:</h:outputLabel></div>
                            <div class="input">
                                <s:decorate>
                                    <rich:calendar id="checkinDate" value="#{booking.checkinDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkinDateDecorate" />
                                    <br/>
                                    <s:message/>
                                </s:decorate>
                            </div>

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