]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 18 Aug 2016 10:15:29 +0000 (12:15 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 19:45:18 +0000 (21:45 +0200)
- f:viewAction needs to be executed on POST request as well
- still the registered h:commandButton's method is not being invoked :-(
- again?!

web/admin/landline/admin_landline_edit.xhtml

index af623c74e9dbdc332e57ccf64f7b49d7b2328d04..97d31978bd8da4f3214cd46abe580036e2d026e0 100644 (file)
@@ -9,7 +9,7 @@
 
        <f:metadata>
                <f:viewParam name="phoneId" value="#{beanHelper.landLineNumber}" converter="LandLineNumberConverter" required="true" requiredMessage="#{msg.ERROR_PARAMETER_PHONE_ID_NOT_SET}" />
-               <f:viewAction action="#{beanHelper.copyLandLineNumberToController()}" />
+               <f:viewAction onPostback="true" action="#{beanHelper.copyLandLineNumberToController()}" />
        </f:metadata>
 
        <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">