UI « RichFaces « JSF Q&A





1. Is tight coupling between the model and the UI avoidable when using RichFaces?    stackoverflow.com

I am using RichFaces with seam and EJB3. Specifically I am using the rich:tree component. The problem I am worried about is the tight coupling between the UI and ...

2. Richfaces fileupload UI look and feel    stackoverflow.com

I am using richfaces, in our project and there is a fileupload component in richfaces. I want to change the UI of component. Like, one InputText box followed with browse button ...

3. My Richfaces 4.0 project won't work with ui:composition tag    stackoverflow.com

My Richfaces 4.0 project won't work with ui:composition tag. Here is a xhtml-file code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
 xmlns:ui="http://java.sun.com/jsf/facelets"
 xmlns:h="http://java.sun.com/jsf/html"
 xmlns:f="http://java.sun.com/jsf/core"
 xmlns:rich="http://richfaces.org/rich"
 xmlns:a4j="http://richfaces.org/a4j">

  <h:head>
   <title>RichFaces</title>
 ...

4.  facelet tag performance    stackoverflow.com

I have a file with large content to display. For example in displaying user profile, every EL expression in <h:outputText/> needs an userId as an argument to bean which is taken ...

5. Is is possible to put UI components inside richfaces menupanel label    stackoverflow.com

I want to put a graphic image inside panelMenuGroup label.. I tried with label facet as given the following URL.. http://community.jboss.org/thread/160516 still no luck so far. Can anyone suggest a workaround.. thanks.... ...

6. Left menu, Horizontal tabbed UI in JSF richfaces    stackoverflow.com

I am trying to create a simple project layout with logo and horizontal tabs on top of the page. Some menus on the left hand side. Both the top tabs and ...

7. Dynamic Colums into ui:define    stackoverflow.com

I have a data table in an xhtml with "ui:insert" space... In another xhtml i use ui:define to add some columns... the problem is that i have dynamic columns to insert.. i've already ...

8. jsf 1.2 rerendring ui tag generates div tag    stackoverflow.com

I've got the following piece of jsf 1.2 and richface 3.3.3

<s:div id="tree_nav" styleClass="unit size4of5">
        <ul id="ul">
         ...