1 Reply Latest reply on Dec 12, 2010 5:41 PM by nbelaevski

    passing parameter to backing bean from jsp

    waelleaw

      Hello,

       

      I m trying to pass parameters from jsp files to backing bean as follows

       

      <h:outputText value="#{multiLangageBB.translation('name')}" />

       

      i don't want to use <f:param> or <f:setPropertyActionListener>

       

      any idea how this can be accomplished

       

      Regards,