[JBoss JIRA] (RF-12021) Compilation of Input UI component logs 2 errors about faces-config.xml
by Marek Novotny (JIRA)
Marek Novotny created RF-12021:
----------------------------------
Summary: Compilation of Input UI component logs 2 errors about faces-config.xml
Key: RF-12021
URL: https://issues.jboss.org/browse/RF-12021
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.2.0.Final
Reporter: Marek Novotny
Compilation of RF UI Components specifically Input UI has got 2 errors in log - related to bad faces-config.xml on line number 29 and 240.
The following is snippet of log:
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building RichFaces UI Components: Input UI 4.2.0.Final
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-redhat-1:enforce (enforce-java-version) @ richfaces-ui-input-ui ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-redhat-1:enforce (enforce-maven-version) @ richfaces-ui-input-ui ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-cdk-plugin:4.2.0.Final-redhat-1:generate (cdk-generate-sources) @ richfaces-ui-input-ui ---
[Error] faces-config.xml:29:71: cvc-complex-type.2.4.a: Invalid content was found starting with element 'xi:include'. One of '{"http://java.sun.com/xml/ns/javaee":property, "http://java.sun.com/xml/ns/javaee":component-extension}' is expected.
[Error] faces-config.xml:240:71: cvc-complex-type.2.4.a: Invalid content was found starting with element 'xi:include'. One of '{"http://java.sun.com/xml/ns/javaee":property, "http://java.sun.com/xml/ns/javaee":component-extension}' is expected.
{noformat}
--
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
12 years, 5 months
[JBoss JIRA] Created: (RF-11418) rich:tabPanel cuts off the tabs on the right
by Val Blant (JIRA)
rich:tabPanel cuts off the tabs on the right
--------------------------------------------
Key: RF-11418
URL: https://issues.jboss.org/browse/RF-11418
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.0.0.Final
Reporter: Val Blant
Attachments: tabs_cut_off.png
Tabs are cut off on the right, if there are too many of them. Instead of starting to wrap on the white spaces and growing vertically, the _tabPanel_ simply cuts off the tabs that don't fit, as shown in the attached picture.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-12179) rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work
by Klaus Schuster (JIRA)
Klaus Schuster created RF-12179:
-----------------------------------
Summary: rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work
Key: RF-12179
URL: https://issues.jboss.org/browse/RF-12179
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final
Reporter: Klaus Schuster
Changing from rich faces 3.3.1GA to 3.3.3 Final causes the following problem with the rich:toolTip in an rich:treeNode:
{code}
<rich:recursiveTreeNodesAdaptor id="messagetree" roots="#{XXBackingBean.messageTree.roots}"
var="node" nodes="#{node.children}"
>
<rich:treeNode>
<ui:fragment rendered="#{!empty node.element}">
<t:div styleClass="two-col left">
<h:outputText value="#{node.element.typ} #{empty node.element.typ ? '' : ':'}"
styleClass="bold"
/>
<h:outputText value="#{node.text}" styleClass="underlined padding_left15" />
</t:div>
<t:div styleClass="two-col column-right">
<ui:fragment rendered="#{node.element.status != 0}">
<h:outputText value="#{node.element.status}" styleClass="bold" />
<h:outputText value=" #{node.element.text} " />
<t:graphicImage url="/images/info.gif" border="1"
rendered="#{not empty node.element.zusatz}"
>
<rich:toolTip id="#{id}_message_tooltip" followMouse="true" layout="block"
styleClass="rich-tooltip" showEvent="onmouseover" showDelay="500"
>
<h:outputText value="#{node.element.zusatz}" />
</rich:toolTip>
</t:graphicImage>
</ui:fragment>
</t:div>
</ui:fragment>
....
{code}
renders the following:
{code}
<div id="inputForm:j_id756:messagetree:3:messagetree:0::message_uebersicht_tab_message_tooltip" class="rich-tool-tip rich-tooltip tanzusatz-tooltip rich-tooltip_tanlisten" style="position: absolute; display: none; z-index: 99; visibility: visible;">
<div id="inputForm:j_id756:messagetree:3:messagetree:0::message_uebersicht_tab_message_tooltipcontent">00000000007GHMYP</div>
<span id="inputForm:j_id756:messagetree:3:messagetree:0::message_uebersicht_tab_message_tooltipscript" style="display: none;">
<script id="scriptinputForm:j_id756:messagetree:3:messagetree:0::message_uebersicht_tab_message_tooltip" type="text/javascript">
1
2new ToolTip("inputForm:j_id756:messagetree:3:messagetree:0::message_uebersicht_tab_message_tooltip","inputForm:j_id756:messagetree:3:messagetree:0::j_id766",{'followMouse':true,'showEvent':'mouseover'} );
</script>
</span>
</div>
{code}
The problem is the display: none which causes not to see the rich:toolTip.
Any suggestions for me?
Thanks in advance,
--
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
12 years, 5 months
[JBoss JIRA] Created: (RF-11264) rich:select (client side) validation and ajax update doesn't work reliable
by Ján Jamrich (JIRA)
rich:select (client side) validation and ajax update doesn't work reliable
--------------------------------------------------------------------------
Key: RF-11264
URL: https://issues.jboss.org/browse/RF-11264
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
Examples for rich:select in Metamer doesn't perform client side validation (or display validation messages) reliable. Sometime for page with multiple rich:select inputs validated to different rules are validation messages displayed, then refresh page and try again, and the validation doesn't perform. The same with (correct) values entered into validated inputs. If entered valid input, value is displayed in output element, but when entered an incorrect value (even validation message didn't appear) value is no more displayed in output.
Another problem is with simple page (faces/components/richSelect/fAjax.xhtml) with rich:select, where submit by ajax behavior doesn't work. Item selected by mouse is displayed in input as selected, but doesn't appear in output element.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months