[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3153) quick fix for missing property/method referenced in EL

Dan Allen (JIRA) jira-events at lists.jboss.org
Mon Nov 10 17:45:36 EST 2008


quick fix for missing property/method referenced in EL
------------------------------------------------------

                 Key: JBIDE-3153
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3153
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.0.0.beta1
            Reporter: Dan Allen


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list