[JBoss JIRA] Created: (RF-4005) calendar: there are no validation or error messages when firstWeekDay attribute gets unvalid value
by Tatyana Romanovich (JIRA)
calendar: there are no validation or error messages when firstWeekDay attribute gets unvalid value
--------------------------------------------------------------------------------------------------
Key: RF-4005
URL: https://jira.jboss.org/jira/browse/RF-4005
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA2
jsp, facelets
Tomcat 6
all browsers
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Priority: Minor
1. Create any tested application
2. Add calendar component and set incorrect value for firstWeekDay="13" (allowed value from 0 till 6)
2. Run application on the server and go to the page with calendar component, expand it
FAILURE: No warnings and errors are appeared, default value for firstWeekDay wasn't be applied, weekends were not highlighted.
It'll be better if some warning or info messages appears for developers about incorrect value of attribute.
--
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
16 years
[JBoss JIRA] Created: (RF-3311) InplaceSelect: "immediate" attribute doesn't work.
by Heorhi Maksimenko (JIRA)
InplaceSelect: "immediate" attribute doesn't work.
--------------------------------------------------
Key: RF-3311
URL: http://jira.jboss.com/jira/browse/RF-3311
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE6, FF2; Jsp,Facelets.
Reporter: Heorhi Maksimenko
Assigned To: Nick Belaevski
"immediate" attribute for InplaceSelect doesn't work.
<rich:inplaceSelect id="inplaceSelectID"
defaultLabel="defaultLabel"
immediate="true">
<f:selectItem itemLabel="errors" itemValue="errors" />
<f:selectItem itemLabel="fatals" itemValue="fatals" />
<f:selectItem itemLabel="infos" itemValue="infos" />
<f:selectItem itemLabel="passeds" itemValue="passeds" />
<f:selectItem itemLabel="warns" itemValue="warns" />
<f:selectItem itemLabel="warnswarnswarnswarns" itemValue="warnswarnswarnswarns" />
</rich:inplaceSelect>
load page with component.
click submit.-->Warning is presented "formID:inplaceSelectSubviewID:inplaceSelectID: Validation Error: Value is not valid"
--
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
16 years