3 Replies Latest reply on Nov 18, 2007 10:49 AM by pmuir

    define a variable in xhtml and inject into seassion bean

    srmo642002

      hi,,
      i write a ui:composition in a xhtml file and use ui:include to include this composition into another page,,
      a stateful session bean handles data of this composition,, ui:include takes a ui:param to pass some parameter into that xhtml page,, i want to use this parameter in that stateful session bean,,
      how can i do this ,,, is there any better solution than ui:param to pass a parameter to that session bean ??????
      thanks