File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Ch05_AccessReferenceMaps/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 < h:inputText label ="Account ID " value ="#{account.accountId} " id ="accountId ">
2424 < f:validateLongRange minimum ="1 " maximum ="100 "/>
2525 </ h:inputText >
26- < h:commandButton value ="Submit " action ="#{account.show() } " styleClass ="send-button "/>
26+ < h:commandButton value ="Submit " action ="#{account.show} " styleClass ="send-button "/>
2727 </ h:panelGrid >
2828 </ h:form >
2929
3838 < h:inputText label ="Account Reference " value ="#{accountInteger.iaAccountId} " id ="iaAccountId ">
3939 < f:validateLongRange minimum ="1 " maximum ="100 "/>
4040 </ h:inputText >
41- < h:commandButton value ="Submit " action ="#{accountInteger.show() } " styleClass ="send-button "/>
41+ < h:commandButton value ="Submit " action ="#{accountInteger.show} " styleClass ="send-button "/>
4242 </ h:panelGrid >
4343 </ h:form >
4444
5151 < h:panelGrid columns ="3 ">
5252 < h:outputLabel value ="Account Reference " for ="raAccountId "/>
5353 < h:inputText label ="Account Reference " value ="#{accountRandom.raAccountId} " id ="raAccountId "/>
54- < h:commandButton value ="Submit " action ="#{accountRandom.show() } " styleClass ="send-button "/>
54+ < h:commandButton value ="Submit " action ="#{accountRandom.show} " styleClass ="send-button "/>
5555 </ h:panelGrid >
5656 </ h:form >
5757</ h:body >
You can’t perform that action at this time.
0 commit comments