[richfaces-issues] [JBoss JIRA] Created: (RF-9596) calendar: resource JQuerySpinBtn.js can't be loaded and causes component to be broken.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Sun Oct 31 11:19:55 EDT 2010


calendar: resource JQuerySpinBtn.js can't be loaded and causes component to be broken.
--------------------------------------------------------------------------------------

                 Key: RF-9596
                 URL: https://jira.jboss.org/browse/RF-9596
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
            Reporter: Ilya Shaikovsky
            Assignee: Ilya Shaikovsky
            Priority: Critical
             Fix For: 4.0.0.Milestone4


	<h:form>

		<h:panelGrid id="panel" columns="2" columnClasses="ecol1, ecol2">
			<a4j:outputPanel id="calendar" layout="block">
				<rich:calendar value="#{calendarBean.selectedDate}"
					locale="#{calendarBean.locale}" popup="#{calendarBean.popup}"
					datePattern="#{calendarBean.pattern}"
					showApplyButton="#{calendarBean.showApply}" cellWidth="24px"
					cellHeight="22px" style="width:200px">
					<f:convertDateTime pattern="#{calendarBean.pattern}" />
				</rich:calendar>
			</a4j:outputPanel>

			<h:panelGrid columns="2">
				<h:outputText value="Popup Mode:" />
				<h:selectBooleanCheckbox value="#{calendarBean.popup}">
					<a4j:ajax event="click" reRender="calendar" />
				</h:selectBooleanCheckbox>
				<h:outputText value="Apply Button:" />
				<h:selectBooleanCheckbox value="#{calendarBean.showApply}">
					<a4j:ajax event="click" reRender="calendar" />
				</h:selectBooleanCheckbox>
				<h:outputText value="Select Locale" />
				<h:selectOneRadio value="en/US"
					valueChangeListener="#{calendarBean.selectLocale}">
					<a4j:ajax event="click" reRender="calendar" />
					<f:selectItem itemLabel="US" itemValue="en/US" />
					<f:selectItem itemLabel="DE" itemValue="de/DE" />
					<f:selectItem itemLabel="FR" itemValue="fr/FR" />
					<f:selectItem itemLabel="RU" itemValue="ru/RU" />
				</h:selectOneRadio>

				<h:outputText value="Select Date Pattern:" />
				<h:selectOneMenu value="#{calendarBean.pattern}">
					<a4j:ajax event="change" reRender="calendar" />
					<f:selectItem itemLabel="d/M/yy HH:mm" itemValue="d/M/yy HH:mm" />
					<f:selectItem itemLabel="dd/M/yy hh:mm a"
						itemValue="dd/M/yy hh:mm a" />
					<f:selectItem itemLabel="d/MMM/y" itemValue="d/MMM/y" />
					<f:selectItem itemLabel="MMM d, yyyy" itemValue="MMM d, yyyy" />
				</h:selectOneMenu>

			</h:panelGrid>

		</h:panelGrid>
	</h:form>

when trying to select date - warning appears

31.10.2010 17:13:28 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, JQuerySpinBtn.js.js, from library, org.richfaces.

component getting broken on the page.

-- 
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

        


More information about the richfaces-issues mailing list