[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6303) Edit Action Dialog doesn't allow to select methods with non-void return type.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue May 18 09:34:06 EDT 2010


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.next


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

        


More information about the jbosstools-issues mailing list