[JBoss JIRA] Created: (RF-8440) problems with fileUpload controls labels
by Ilya Shaikovsky (JIRA)
problems with fileUpload controls labels
----------------------------------------
Key: RF-8440
URL: https://jira.jboss.org/jira/browse/RF-8440
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 3.3.3.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
1) as you could see in renderer we using <b> tags instead of CSS for some labels.
/** Default labels values */
private static final String[] defaultLables = { "Add...", "<b>Upload</b>",
"<b>Stop</b>", "Clear All", "Cancel", "Clear", "Stop",
"<b>Done</b>", "File size restricted", "Transfer error occurred","uploading"};
2) MAIN PROBLEM. redefined labels do not escape text properly(writeText seems not used) so I could add <b> tags around custom label using the code:
uploadControlLabel="<i>Upload1</i>"
--
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
14 years, 8 months
[JBoss JIRA] Created: (RF-8466) rf-demo (JSF2): DataTable - ModifiableDataModel - ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
by Lukas Fryc (JIRA)
rf-demo (JSF2): DataTable - ModifiableDataModel - ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
------------------------------------------------------------------------------------------------------------------------
Key: RF-8466
URL: https://jira.jboss.org/jira/browse/RF-8466
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples, JSF 2.0
Affects Versions: 3.3.3.CR1
Environment: JBoss AS 6.0.0.M2
SunJDK 1.6.0_16
http://repository.jboss.org/maven2/org/richfaces/samples/richfaces-demo-j...
Reporter: Lukas Fryc
NOTE: You must overwrite s.tld in jboss-seam-ui to let richfaces-demo deploy properly (see https://community.jboss.org/message/526933#526933 ).
NOTE: You must remove jboss-seam-jul from classpath to allow exception be thrown without StackOverflowError by (see https://jira.jboss.org/jira/browse/RF-8465 )
1. open richfaces-demo
2. go to Data Table component
3. switch to Modifiable Data Table tab
4. EXCEPTION
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
at org.richfaces.demo.modifiableModel.BaseModifiableHibernateDataModel.getRowCount(BaseModifiableHibernateDataModel.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)
at org.richfaces.demo.modifiableModel.HibernateDataModel_$$_javassist_seam_3.getRowCount(HibernateDataModel_$$_javassist_seam_3.java)
at org.ajax4jsf.component.UIDataAdaptorBase.getRowCount(UIDataAdaptorBase.java:248)
at org.richfaces.component.UIDatascroller.getRowCount(UIDatascroller.java:362)
at org.richfaces.component.UIDatascroller.getPageCount(UIDatascroller.java:334)
at org.richfaces.component.UIDatascroller.getPageCount(UIDatascroller.java:358)
at org.richfaces.renderkit.html.DatascrollerTemplate.doEncodeEnd(DatascrollerTemplate.java:185)
...
--
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
14 years, 8 months
[JBoss JIRA] Created: (RF-8465) rf-demo - cannot include jboss-seam-jul.jar to logging exceptions properly
by Lukas Fryc (JIRA)
rf-demo - cannot include jboss-seam-jul.jar to logging exceptions properly
--------------------------------------------------------------------------
Key: RF-8465
URL: https://jira.jboss.org/jira/browse/RF-8465
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples, JSF 2.0
Affects Versions: 3.3.3.CR1
Environment: JBoss AS 6.0.0.M2
SunJDK 1.6.0_16
http://repository.jboss.org/maven2/org/richfaces/samples/richfaces-demo-j...
Reporter: Lukas Fryc
NOTE: You must overwrite s.tld in jboss-seam-ui to let richfaces-demo deploy properly (see https://community.jboss.org/message/526933#526933 ).
1. open richfaces-demo
2. go to Data Table component
3. switch to Modifiable Data Table tab
4. EXCEPTION
java.lang.StackOverflowError
java.lang.ThreadLocal.get(ThreadLocal.java:144)
java.util.logging.LogRecord.<init>(LogRecord.java:149)
org.jboss.logmanager.ExtLogRecord.<init>(ExtLogRecord.java:77)
org.jboss.logmanager.Logger.log(Logger.java:796)
org.jboss.logmanager.Logger.log(Logger.java:811)
org.jboss.logmanager.log4j.BridgeLogger.error(BridgeLogger.java:72)
org.jboss.seam.interop.jul.Log4JConversionFilter.logWithThrowable(Log4JConversionFilter.java:86)
org.jboss.seam.interop.jul.Log4JConversionFilter.isLoggable(Log4JConversionFilter.java:68)
org.jboss.logmanager.Logger.logRaw(Logger.java:836)
org.jboss.logmanager.Logger.log(Logger.java:799)
org.jboss.logmanager.Logger.log(Logger.java:811)
...
--
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
14 years, 8 months
[JBoss JIRA] Created: (RF-8500) comboBox: rendered input has illegal value for readonly attribute
by Schipany (JIRA)
comboBox: rendered input has illegal value for readonly attribute
-----------------------------------------------------------------
Key: RF-8500
URL: https://jira.jboss.org/jira/browse/RF-8500
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 3.3.2.SR1
Environment: JBoss 4.2.3.GA bundled with JSF RI 1.2_09.
Reporter: Schipany
1) <rich:comboBox id="xxx" styleClass="xxx" suggestionValues="#{xxxModel.xxxList}" value="#{vxxxModel.xxx}"
directInputSuggestions="true" defaultLabel="xxx" width="600" filterNewValues="true" enableManualInput="true" />
renders
<input class="rich-combobox-font-inactive rich-combobox-button-background rich-combobox-button-inactive" id="baseForm:titelcomboBoxButtonBG" readonly="true"...
readonly="true" is not w3c xhtml conform (http://validator.w3.org/check).
Result: value of attribute "readonly" cannot be "true"; must be one of "readonly"
2) BTW: Element "input" - there is no attribute "autocomplete" (input id="..." autocomplete="off"...)
There should be a new attribute in order to determine the rendition of autocomplete. Suggestion: rich:comboBox autocomplete=true|false|none
(also involves rich:modalPanel)
--
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
14 years, 8 months