[richfaces-issues] [JBoss JIRA] Created: (RF-2132) calendar: server side warnings

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Jan 31 04:44:59 EST 2008


calendar: server side warnings
------------------------------

                 Key: RF-2132
                 URL: http://jira.jboss.com/jira/browse/RF-2132
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Alexej Kushunin
             Fix For: 3.2.0


31.01.2008 11:36:17 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.
31.01.2008 11:36:17 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.
31.01.2008 11:36:17 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.

thrown after 
					<rich:calendar value="#{calendarBean.selectedDate}"
						locale="#{calendarBean.locale}"
						popup="#{calendarBean.popup}"
						datePattern="#{calendarBean.pattern}"
					 	showApplyButton="#{calendarBean.showApply}">
					 	<a4j:support event="ondateselected" reRender="out"/>
					 </rich:calendar>
					 <h:outputText id="out" value="#{calendarBean.selectedDate}"/>

with this code - set pattern to dd/M/yy hh:mm a
show apply - false
popup=true
select some date
change the time
select another date

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

        



More information about the richfaces-issues mailing list