[JBoss JIRA] Created: (RF-3806) suggestionBox: actionListener of a4j:htmlCommandLink doesn't call inside the component.
by Mikhail Vitenkov (JIRA)
suggestionBox: actionListener of a4j:htmlCommandLink doesn't call inside the component.
---------------------------------------------------------------------------------------
Key: RF-3806
URL: http://jira.jboss.com/jira/browse/RF-3806
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6, IE7, FF 3.0, Opera 9.27, Safari 3.1
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (RF-5646) Command stops to work if menuItem with submitMode=none contains command component
by Andrei Markavtsov (JIRA)
Command stops to work if menuItem with submitMode=none contains command component
---------------------------------------------------------------------------------
Key: RF-5646
URL: https://jira.jboss.org/jira/browse/RF-5646
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Andrei Markavtsov
Assignee: Nick Belaevski
Fix For: Future
<h:form>
<h:outputLink value="#" id="parentLink">
<h:outputText value="Parent Link"></h:outputText>
</h:outputLink>
<rich:contextMenu id="contextMenu"
attachTo="parentLink"
event="onclick">
<rich:menuItem id="item4" submitMode="none" value="{message4}">
<h:commandLink value="Test">
</h:commandLink>
</rich:menuItem>
</rich:contextMenu>
<h:commandLink value="Load"></h:commandLink>
</h:form>
'Test' command link inside menu Item does not work.
Also 'Load' command link does not work too.
--
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
15 years, 6 months