facebook

Method Binding Expressions

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249730 Reply

    saurdel
    Member

    I’m trying to access a method to retrieve value in a JSF page. I read some literature about all the different cases where value binding expressions could be used. From what I read it seems that value binding expression can only be used to associate event handlers or validation methods. Does anyone tend to differ with this statement or precisely, can one call the methods to retrieve a value in a JSF page.

    Here is the code snippet: In the code snippet, I’m making a call to method abc. getUses to retrieve value from the backing bean and use it in the JSF page.

    <t:dataTable id=”AuthorizedUses”
    value=”#{abc.getUses}”
    styleClass=”MediumTable”
    headerClass=”defgh”
    rowClasses=”abnsdsd”
    var=”excel”
    rows=”10″>

    #249791

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Method Binding Expressions

You must be logged in to post in the forum log in