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

Marek Novotny (JIRA) jira-events at lists.jboss.org
Tue Aug 19 07:32:06 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny updated JBSEAM-3229:
----------------------------------

    Attachment: book.xhtml.patch


patch for the fix

> 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.0.3.CR1, 2.1.0.A1
>            Reporter: Marek Novotny
>         Attachments: book.xhtml.patch
>
>
> Spring example - booking form is missing checkout date field, there is only label. 
> There is the following code in examples/spring/view/book.xhtml: 
>  <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