[
https://jira.jboss.org/browse/JBIDE-6303?page=com.atlassian.jira.plugin.s...
]
Viacheslav Kabanovich commented on JBIDE-6303:
----------------------------------------------
It is better to display all methods with the exception of getters and setters, which are
presented as bean properties. That is what we have in EL, so let this dialog follows the
same logic.
Edit Action Dialog doesn't allow to select methods with non-void
return type.
-----------------------------------------------------------------------------
Key: JBIDE-6303
URL:
https://jira.jboss.org/browse/JBIDE-6303
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.M2
1. Create JSF project. Use any KickStart template from New JSF Project wizard.
2. Add following method to the managed bean:
public String checkGuess() {
...
}
3. Open inputname.xhtml/jsp.
4. Add <h:commandButton action=""/>
5. Select this component in visual part, right click. Select <h:commandButton>
Attributes.
6. Select action attribute.
7. Select its value and click "..." button.
8. There is no checkGuess method among available Managed Beans methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira