[
https://issues.jboss.org/browse/JBIDE-3153?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen resolved JBIDE-3153.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
quick fix for missing property/method referenced in EL
------------------------------------------------------
Key: JBIDE-3153
URL:
https://issues.jboss.org/browse/JBIDE-3153
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 3.0.0.beta1
Reporter: Dan Allen
Assignee: Victor Rubezhny
Labels: EL, quickfix
Fix For: LATER
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, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira