[JBoss JIRA] Created: (RF-2835) Calendar control sets the time in the backing bean value only if you select first the time and after that the date and not if otherwise.
by Mario Balaban (JIRA)
Calendar control sets the time in the backing bean value only if you select first the time and after that the date and not if otherwise.
-----------------------------------------------------------------------------------------------------------------------------------------
Key: RF-2835
URL: http://jira.jboss.com/jira/browse/RF-2835
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: Jboss 4.2.2GA
Reporter: Mario Balaban
<rich:calendar id="scheduleCalendar"
value="#{definitionManager.scheduledDate}" popup="false"
datePattern="d/M/yy HH:mm" showApplyButton="true" >
<a4j:support event="ontimeselect" reRender="scheduleCalendar" />
</rich:calendar>
<a4j:commandButton value="Submit"
action="#{definitionManager.schedule}">
<a4j:support event="onclick"
onsubmit="new Effect.BlindUp($('mainForm:bubox'), {duration:.3});" />
</a4j:commandButton>
When you click on some date the selected date and time (12:00 and not the current) appears in the footer facet of the control. If you try to change the time the new value is rendered in the footer but is not set in the backing bean value when you click the "Submit" button, instead 12:00 is always set. Otherwise if you first select the time and only after that select the day and click the "Submit" button, the backing bean value have date and time correctly assigned.
--
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, 2 months
[JBoss JIRA] Created: (RF-1969) OrderingList and ListShuttle: selection under plain skin
by Tsikhon Kuprevich (JIRA)
OrderingList and ListShuttle: selection under plain skin
--------------------------------------------------------
Key: RF-1969
URL: http://jira.jboss.com/jira/browse/RF-1969
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JSF 1.2
JRE 1.5
tomcat 6
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
First.
1. Set plain skin.
2. Click any row.
=> Frame appears around the row.
3. Ctrl+click this row.
=> Nothing changes in the row appearance. Buttons are disabled and selection doesn't work.
Second.
On Shift+click impossible to see what rows has been selected.
Third.
When using buttons to move the selected row the row's border disappears and it is very difficult to see what row is being moved. It doesn't happen when using Ctrl+up/down keyboard keys.
--
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, 2 months
[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, 2 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, 2 months