[JBoss JIRA] Created: (RF-1029) Menu Item doen't work correctly
by Alexander Belov (JIRA)
Menu Item doen't work correctly
-------------------------------
Key: RF-1029
URL: http://jira.jboss.com/jira/browse/RF-1029
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Environment: Windows XP SP2, Mozilla FF
Reporter: Alexander Belov
This code works good:
<rich:menuItem value="#{app.addMediateActorMenuItem}" id="addElementItem" submitMode="none">
<a4j:support action="#{graphBean.addMediateActor}" event="onclick" id="addMediateActorSupport"
oncomplete="Richfaces.showModalPanel('#{graphBean.addElementModalPanelComponentClientId}');"
reRender="#{graphBean.addElementUpdate}" limitToList="true"/>
</rich:menuItem>
This code doen't change page content, response contants nothing:
<rich:menuItem value="#{app.addMediateActorMenuItem}" id="addElementItem" submitMode="ajax" action="#{graphBean.addMediateActor}" oncomplete="Richfaces.showModalPanel('#{graphBean.addElementModalPanelComponentClientId}');"
reRender="#{graphBean.addElementUpdate}" limitToList="true"/>
--
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
18 years, 5 months
[JBoss JIRA] Created: (RF-1108) Check components for duplicate pass-through attributes
by Maksim Kaszynski (JIRA)
Check components for duplicate pass-through attributes
------------------------------------------------------
Key: RF-1108
URL: http://jira.jboss.com/jira/browse/RF-1108
Project: RichFaces
Issue Type: Task
Reporter: Maksim Kaszynski
Assigned To: Sergey Halipov
These attributes have been added to x:passThruWithExclusions instruction.
Make sure that when x:PassThru.. is specified, these attributes are not explicitly added to html element.
align, alink, background, bgcolor, border, clear, compact, height, hspace, language, link, name, noshade, nowrap, size, start, target, text, type, value, vlink, vspace, width
--
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
18 years, 5 months