[JBoss JIRA] (RF-11519) Metamer: rich:autocomplete: @autofill=true doesn't work
by Ján Jamrich (Created) (JIRA)
Metamer: rich:autocomplete: @autofill=true doesn't work
-------------------------------------------------------
Key: RF-11519
URL: https://issues.jboss.org/browse/RF-11519
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RichFaces 4.1.0.20111011-M3 r.
Metamer 4.1.0.20111011-M3 r.22776
Mojarra 2.0.4-b09-jbossorg-4
JBoss Web 7.0.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Firefox 8.0 @ Linux i686
Reporter: Ján Jamrich
When set @autofill=true, autofill behavior don't occurs.
This option should causes that when type enough chars to distinguish unique item from suggestions, whole item value should appears in autocomplete input.
But now need to type all letters or select from suggestions by mouse/keyborad. So, autofill option doesn't change behavior as expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11274) Sample Login panel positioning for component rich:dataGrid - wrong position of popup panels on IE 9
by Juraj Huska (JIRA)
Sample Login panel positioning for component rich:dataGrid - wrong position of popup panels on IE 9
---------------------------------------------------------------------------------------------------
Key: RF-11274
URL: https://issues.jboss.org/browse/RF-11274
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
Attachments: popupPanelWrongPosition.png
Login and Search popup panels have wrong position on the page. Login popup is rendered on the bottom, but at least it is shown whole. However the search popup is not shown whole, only small part of it is shown in the right bottom corner.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11010) richfaces-showcase: fix grammatical issues
by Brian Leathem (Resolved) (JIRA)
[ https://issues.jboss.org/browse/RF-11010?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-11010.
--------------------------------
Resolution: Done
> richfaces-showcase: fix grammatical issues
> ------------------------------------------
>
> Key: RF-11010
> URL: https://issues.jboss.org/browse/RF-11010
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.0.0.Final
> Environment: richfaces-showcase
> Reporter: Juraj Huska
> Assignee: Brian Leathem
> Priority: Trivial
> Fix For: 4.1.0.Final
>
>
> a4j:status - sample: referenced status, there is adress instead of address
> a4j:status - sample: status simple, there is succesfully instead of successfully
> a4j:attachQueue - there is button with text label submit but the text above says that there should be button with label save
> a4j:mediaOutput - all names of selects are Color1, but there should be Color1, Color2, Color3
> rich:graphValidator - 1.in my opinion there should be the minimal and maximal length of password in the text which describes this component, 2. there is typo when passwords are typed correctly in info message, there is succesfully instead of successfully.
> rich:message - in the text is written click "Validate" button, but there is "Ajax Validate" button
> rich:messages - same as in rich:message
> rich:dataTable - sample: DataTableFiltering - there is a filter for mileage, where is filter, which should filter values which are less than filter value, since there is < sign, but actually the filter works in a way less or equal.
> rich:poppupPanel - there is coarse instead of course in the text description for component, in the sample for login panel positioning, in the first paragraph of text
> rich:autocomplete - there is: using tokens ', and ' ', but should be using tokens ',' and ' ' in the text for second input
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11689) richfaces-archetype-simpleapp : remove unnecessary webResource mapping to src/main/java
by Fred Bricon (Created) (JIRA)
richfaces-archetype-simpleapp : remove unnecessary webResource mapping to src/main/java
---------------------------------------------------------------------------------------
Key: RF-11689
URL: https://issues.jboss.org/browse/RF-11689
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: archetype
Affects Versions: 4.1.0.Milestone4
Reporter: Fred Bricon
When creating a new project from richfaces-archetype-simpleapp, unnecessary webresource configurations are added to the different maven-war-plugin declarations :
{noformat}
<plugin>
<artifactId>maven-war-plugin</artifactId>
...
<configuration>
<webResources>
<resource>
<directory>${basedir}/src/main/java</directory>
<targetPath>/WEB-INF/src</targetPath>
</resource>
</webResources>
</configuration>
</plugin>
{noformat}
This mappings to src/main/java should be removed completely from this archetype.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11687) showcase - broken deploying on Tomcat due to wrong SLF4J binding
by Juraj Huska (Created) (JIRA)
showcase - broken deploying on Tomcat due to wrong SLF4J binding
----------------------------------------------------------------
Key: RF-11687
URL: https://issues.jboss.org/browse/RF-11687
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution, compatibility, showcase
Affects Versions: 4.1.0.CR1
Environment: richfaces-showcase-SNAPSHOT
container: Tomcat
Reporter: Juraj Huska
The *deployment* of showcase is failing on *Tomcats*. The following exceptions is thrown:
{code}
[WARNING] [talledLocalContainer] java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
[WARNING] [talledLocalContainer] at org.slf4j.cal10n.LocLogger.info(LocLogger.java:122)
[WARNING] [talledLocalContainer] at org.jboss.weld.bootstrap.WeldBootstrap.<clinit>(WeldBootstrap.java:207)
[WARNING] [talledLocalContainer] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[WARNING] [talledLocalContainer] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[WARNING] [talledLocalContainer] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[WARNING] [talledLocalContainer] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[WARNING] [talledLocalContainer] at java.lang.Class.newInstance0(Class.java:355)
[WARNING] [talledLocalContainer] at java.lang.Class.newInstance(Class.java:308)
[WARNING] [talledLocalContainer] at org.jboss.weld.environment.servlet.util.Reflections.newInstance(Reflections.java:41)
[WARNING] [talledLocalContainer] at org.jboss.weld.environment.servlet.Listener.<init>(Listener.java:68)
[WARNING] [talledLocalContainer] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[WARNING] [talledLocalContainer] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[WARNING] [talledLocalContainer] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[WARNING] [talledLocalContainer] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[WARNING] [talledLocalContainer] at java.lang.Class.newInstance0(Class.java:355)
[WARNING] [talledLocalContainer] at java.lang.Class.newInstance(Class.java:308)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4149)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4704)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:943)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:778)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:504)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1315)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
[WARNING] [talledLocalContainer] at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardService.start(StandardService.java:525)
[WARNING] [talledLocalContainer] at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
[WARNING] [talledLocalContainer] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[WARNING] [talledLocalContainer] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[WARNING] [talledLocalContainer] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[WARNING] [talledLocalContainer] at java.lang.reflect.Method.invoke(Method.java:597)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
[WARNING] [talledLocalContainer] at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
{code}
The container is also informing about *multiple SLF4 bindings*, with this log:
{code}
[INFO] [talledLocalContainer] SLF4J: Class path contains multiple SLF4J bindings.
[INFO] [talledLocalContainer] SLF4J: Found binding in [jar:file:/mnt/hudson_workspace/workspace/richfaces-4.1-showcase-smoke-ftest-mojarra-tomcat6/showcase-ftest/target/installs/apache-tomcat-6.0.32/apache-tomcat-6.0.32/webapps/richfaces-showcase/WEB-INF/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[INFO] [talledLocalContainer] SLF4J: Found binding in [jar:file:/mnt/hudson_workspace/workspace/richfaces-4.1-showcase-smoke-ftest-mojarra-tomcat6/showcase-ftest/target/installs/apache-tomcat-6.0.32/apache-tomcat-6.0.32/webapps/richfaces-showcase/WEB-INF/lib/weld-servlet-1.1.0.Final.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[INFO] [talledLocalContainer] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
{code}
The binding for the application is chosen by maven, and it seems that incorrectly.
When showcase is deployed manually it works.
The exclusion of either binding in the pom.xml causes other errors, it will need another approach.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years