...
           <webuijsf:form id="form1">
               <h:panelGrid cellpadding="5" columns="2" id="gridPanel1" 
                     style="left: 24px; top: 24px; position: absolute" 
	             styleClass="subtitle">
                   <webuijsf:label id="label3" 
                        text="You chose the operation:"/>
                   <webuijsf:staticText id="staticText3" 
                        text="#{OperationRequestBean.operation}"/>
                   <webuijsf:label id="label4" 
                        text="You chose level of difficulty:"/>
                   <webuijsf:staticText id="staticText4" 
                        text="#{OperationRequestBean.difficulty}"/>
               </h:panelGrid>
           </webuijsf:form>
	   ...