6 Replies Latest reply on Jul 22, 2008 10:09 AM by ilya_shaikovsky

    calling backing bean mwthos with argument

      Hi In my application, i want to do something like this

      <h:inputText id="myInput" value="{mybean.getValue('myInput')}" />

      here i am binding myInput value with mybean class getValue() wich will take the id as parameter and do the logic in backaing bean and return the value.

      My question how can i call a backing method my passing an argument ?

      thanks in advance