[
https://jira.jboss.org/jira/browse/RF-3806?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-3806:
-------------------------------
Environment: (was: IE6, IE7, FF 3.0, Opera 9.27, Safari 3.1)
suggestionBox: actionListener of a4j:htmlCommandLink doesn't call
inside the component.
---------------------------------------------------------------------------------------
Key: RF-3806
URL:
https://jira.jboss.org/jira/browse/RF-3806
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Fix For: Future
Step 1. Put a4j:htmlCommandLink inside suggestionBox:
h:column>
<a4j:htmlCommandLink actionListener="#{sb.selectValue}"
value="Click me!"/>
</h:column>
Step 2. Create selectValue method:
public void selectValue(ActionEvent actionEvent){
System.out.println("----inside selectValue(ActionEvent actionEvent)-----");
}
Step 3. Call suggestionBox by enter a character into it's input.
Step 4. Click on "Click me!" link.
Actual behavior:
ActionListener isn't call.
--
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