[JBoss JIRA] Created: (RF-9630) Calendar cannot be disabled
by Pavol Pitonak (JIRA)
Calendar cannot be disabled
---------------------------
Key: RF-9630
URL: https://jira.jboss.org/browse/RF-9630
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19903
Metamer 4.0.0-SNAPSHOT r.19913
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 @ Linux x86_64
Reporter: Pavol Pitonak
Both input and button in following calendar are enabled:
<rich:calendar disable="true"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9683) Calendar component: data model support
by Nick Belaevski (JIRA)
Calendar component: data model support
--------------------------------------
Key: RF-9683
URL: https://jira.jboss.org/browse/RF-9683
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: component, component-input
Affects Versions: 4.0.0.Milestone5
Environment:
Reporter: Nick Belaevski
Fix For: 4.0.0.Milestone5
1. Port org.richfaces.model.CalendarDataModel & org.richfaces.model.CalendarDataModelItem classes
a) Remove all tooltip-related stuff
b) Remove org.richfaces.model.CalendarDataModelItem.getData() method
c) Remove org.richfaces.model.CalendarDataModelItem.getDay() method
2. Implement support for this interfaces
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9848) org.richfaces.component.UIDataTable is not Serializable as a result throws "NotSerializableException" in the cluster environment
by Badal Pradhan (JIRA)
org.richfaces.component.UIDataTable is not Serializable as a result throws "NotSerializableException" in the cluster environment
--------------------------------------------------------------------------------------------------------------------------------
Key: RF-9848
URL: https://jira.jboss.org/browse/RF-9848
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.0
Environment: Spring 2.5, JSF 1.2.X, Hibernate 3.0, Weblogic 10g
Reporter: Badal Pradhan
Priority: Critical
Our application uses the open framework specified in the environment.
We are using the following configuration to support session failover in the cluster env.
1. <context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
2. All the managed Bean scope is session
3. All the service/daos are transient
One of the component i.e. <rich:dataTable> we are using in the JSF pages which in turn binding to "org.richfaces.component.UIDataTable"; here this UIDataTable is not serializable that throws "NotSerializableException". Do we have any fixes for this exception or other related class DataTable should be used rather it.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9842) Calendar test automation: cover all attributes
by Pavol Pitonak (JIRA)
Calendar test automation: cover all attributes
----------------------------------------------
Key: RF-9842
URL: https://jira.jboss.org/browse/RF-9842
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: QA-environment
Reporter: Pavol Pitonak
Fix For: Future_4.X
Create Selenium tests for following attributes of rich:calendar:
* converterMessage
* currentDate
* dataModel
* dayEnabled
* direction
* hidePopupOnScroll
* horizontalOffset
* immediate
* jointPoint
* minDaysInFirstWeek
* mode
* monthLabels
* monthLabelsShort
* preloadDateRangeBegin
* preloadDateRangeEnd
* required
* requiredMessage
* resetTimeOnDateSelect
* tabindex
* timeZone
* todayControlMode
* validatorMessage
* value
* verticalOffset
* weekDayLabels
* weekDayLabelsShort
* zindex
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months