[
https://jira.jboss.org/jira/browse/JBSEAM-3229?page=com.atlassian.jira.pl...
]
Marek Novotny updated JBSEAM-3229:
----------------------------------
Description:
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>
was:
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>
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
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