[JBoss JIRA] Created: (RF-1620) componentControl: does not transmit parametres in condextMenu
by Aleksej Yanul (JIRA)
componentControl: does not transmit parametres in condextMenu
-------------------------------------------------------------
Key: RF-1620
URL: http://jira.jboss.com/jira/browse/RF-1620
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: jsp
tomcat 6.0.13
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:contextMenu id="ccContextMenuID" submitMode="ajax" onexpand="alert(event.parameters.name)">
<rich:menuItem icon="/pics/header.png" value="tab1">
</rich:menuItem>
\ <rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" operation="show" />
<h:commandButton id="aaaa" value="sdsafsa" >
<rich:componentControl for="ccContextMenuID" event="onclick" disableDefault="true" operation="expand" params="name:'ssss'"/>
</h:commandButton>
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-3369) PickList does not work properly inside modalPanel
by Vikram Chhetry (JIRA)
PickList does not work properly inside modalPanel
-------------------------------------------------
Key: RF-3369
URL: http://jira.jboss.com/jira/browse/RF-3369
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Suse 10.0
Reporter: Vikram Chhetry
Hi,
i have a pickList inside a modal panel which does not work properly.
Issues:-
1.) When I select an item and move it to the right the last item in the left is lost.
2.) When I copy all item to the right and remove them and then again select 1 item from from the list and say submit, the value is posted twice.
3.) When I select all the items and press submit the values are submitted multiple times. Ex: If selected item are 3 the all the item will be submitted 3 time and 4 for 4 and 5 for 5..........
Is it a bug or I am doing something wrong?
-Vikram
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-2188) tree nodeSelectListener don't work without ajax support
by Maurizio Scacchi (JIRA)
tree nodeSelectListener don't work without ajax support
-------------------------------------------------------
Key: RF-2188
URL: http://jira.jboss.com/jira/browse/RF-2188
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Environment: Application server Jboss 4.2.1
Client Firefox 2.0.0.11
RichFaces 3.1.2
Reporter: Maurizio Scacchi
Priority: Critical
<rich:tree style="width:50%" switchType="server" nodeSelectListener="#{myBean.select}">
<rich:recursiveTreeNodesAdaptor roots="#{MyBean.sourceRoots}" var="item" nodes="#{item.nodes}" />
</rich:tree>
the method myBean.select was called only if add the attribute ajaxSubmitSelection="true", but the request was issued by using AJAX. It is possible to call the myBean.select method whitout AJAX support?
--
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
17 years, 3 months