minor improvement
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<h:inputText id="name" value="#{bookingBean.passengerName}"/>
|
||||
|
||||
<h:outputLabel for="bagsInput">Anzahl Koffer: </h:outputLabel>
|
||||
<h:inputText id="bagsInput" value="${bookingBean.luggageCount}">
|
||||
<h:inputText type="number" id="bagsInput" value="${bookingBean.luggageCount}">
|
||||
<p:ajax event="keyup"
|
||||
process="@this"
|
||||
listener="#{bookingBean.calculate}"
|
||||
|
||||
Reference in New Issue
Block a user