[JBoss JIRA] Created: (RF-9537) Tab: onenter and onleave don't work
by Pavol Pitonak (JIRA)
Tab: onenter and onleave don't work
-----------------------------------
Key: RF-9537
URL: https://jira.jboss.org/browse/RF-9537
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19600
Metamer 4.0.0-SNAPSHOT r.19614
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
Reporter: Pavol Pitonak
When tabs are switched in the following tab panel, no alert is displayed:
<rich:tabPanel id="tabPanel">
<rich:tab id="tab1" onenter="alert('enter')" onleave="alert('leave')">
content of tab 1
</rich:tab>
<rich:tab id="tab2" name="tab2" header="tab2 header">
content of tab 2
</rich:tab>
</rich:tabPanel>
--
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, 3 months
[JBoss JIRA] Created: (RF-6590) fileUpload: cannot start application using web.xml parameter maxRequestSize="2684354560"
by Tsikhon Kuprevich (JIRA)
fileUpload: cannot start application using web.xml parameter maxRequestSize="2684354560"
----------------------------------------------------------------------------------------
Key: RF-6590
URL: https://jira.jboss.org/jira/browse/RF-6590
Project: RichFaces
Issue Type: Bug
Environment: 3.3.1.BETA1
myFaces
tomcat 6
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
SEVERE: Exception starting filter ajax4jsf
java.lang.NumberFormatException: For input string: "2684354560"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:459)
at java.lang.Integer.parseInt(Integer.java:497)
at org.ajax4jsf.webapp.BaseFilter.init(BaseFilter.java:184)
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275)
at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:397)
at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108)
at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3693)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4340)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
--
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
15 years, 3 months