Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-3153

quick fix for missing property/method referenced in EL

    XMLWordPrintable

Details

    • Documentation (Ref Guide, User Guide, etc.)
    • Medium

    Description

      One of the nice features of the Eclipse Java editor is that you can reference a method or property and then ask the editor to create it for you. It would be nice to be able to do the same thing in EL. For instance, you might be creating a page that has an action. You could first type the method binding expression:

      <h:commandButton action="#

      {hotelSearch.search}

      " value="Search"/>

      Then you could use quick fix to add the search() method to component named hotelSearch (assuming it is the name of a Seam component or JSF managed bean). The same would work if you were referencing a bean properly name.

      Attachments

        Activity

          People

            vrubezhny Victor Rubezhny (Inactive)
            dan.j.allen Dan Allen (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: