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