richfaces

richfaces 3.3.3 on google app engine

Hi, I'm trying to run Richfaces 3.3.3Final with Google app engine but richfaces uses javax.imageio.ImageIO restricted class. Is there any workaround for this problem ? ...

Richfaces and Headless mode.

I am working on richfaces and everything seem to work on my dev machine (windows os). Deploying it on a linux machine,I don't see any images that comes with richfaces components(like sorting images) and throws this exception. java.lang.InternalError: Can't connect to X11 window server using 'tnsd03748:1.0' as the value of the DISPLAY va...

<rich:listShuttle> -- Preventing duplicates?

I have a data model in which I have an Item that can belong to one or more Categories. I'm trying to display a <rich:listShuttle /> allowing the user to select which Categories the Item should belong to. I'm using RichFaces and Seam 2.2.x, and haven't run into any problems in setting the values initially. My source is a list of the de...

Ok to wrap JSF components generated html with own divs using jQuery after page load?

Using RichFaces 3.3.3, JSF 1.2 and Facelets. For some presentation purposes I need to wrap the contents of some divs with other divs to be able to style them a certain way. I am using jQUery to do this as its cleaner when writing HTML and it can be controlled in one location, otherwise I have to hardcode the extra divs every place I wa...

RichFaces application, should I use rich:dataTable or jQGrid, pros cons?

Following on from here, I need to have an inline editable grid in my web application using RichFaces 3.3.3, JSF 1.2 and Facelets. My options are the rich:dataTable RichFaces control, or the jQuery plugin, jQGrid I have tried both and found the following so far: jQGrid works really well, but I am not sure what will happen if I try to ...

How can a particular day be disabled in richfaces calendar?

How can be disabled particular day in richfaces calendar? Like if i want to disable all the friday and saturday of that month, so wahat i have to do? ...

fixed panels with scrollable content RICHFACES

hello all, Please tell me how can I create a Richfaces page where I want to keep the collapsible panels fixed and below that I have another form. As the form is very large. So I want to put a scroller. Do I need to use frameset or is there any support for that in Richfaces ...

how to refresh the whole tabpanel in jsf

Hi all, I am using richfaces and jsf. I am using to create the tabs. i have taken 4 tabs. In 1st tab , one refresh button is available.If I click that button , the whole tabpanel is refreshed.whatever the data is kept in tab2,tab3 and tab4 will be clear. plz help me ...

Why isn't ignoreDupResponse set to true by default in A4J

It seems to me that the most of the time you'd want to have ignoreDupResponse set to true on your a4j:support, a4j:commandLink, a4j:commandButton, etc. components. In which scenario it can be useful to have ignoreDupResponse set to false? Is there any performance cost of having ignoreDupResponse set to true? If not, why isn't ignoreDupRe...

Complex Richfaces form - How to do it?

Suppose, I want to convert the form shown in the link below to a Richfaces form.What I will do is I will take each section and write .xhtml file. This file will contain Richfaces controls like datatables ,toggle panels etc.. Form I want to make each cell clickable like Producer,Insured,Coverages as shown in the form. I dont know how...

Content unparsed through Glassfish 3 though deployment descriptors appear correct

Hello I have dropped a war into the autodeploy of a Glassfish 3 domain and it has exploded fine, showing a subdirectory tree domain1>applications>myApp under which is a WEB-INF>classes>myApp folder tree which stores the classes for myApp. The app originally used JSF1.2 and facelets (1.1.15) and was deployed to tomcat 6, but I'm now try...

<a4j:commandLink> Not Rerendering

I'm trying to display a shopping cart in my application (Seam/RichFaces), and have included a "remove from cart" <a4j:commandLink /> next to each item to remove the item from the cart. When I click the link it is supposed to rerender the cart contents to show that the item has been removed. However, when I click the link, nothing happe...

using dynamic usemap in a4j:mediaOutput for jfreechart implimentation

i am generating pie chart using jfreechart and integrated the same to rich faces using a4j:mediaOutput , can any one advice , if i can have the tool tip enabled for the same. has anyone implemented drilldown charts with these two tech together? ...

in RichFaces, While using Email validation i am getting NullPointer Exception?

BeanClass code is: public void validEmail(FacesContext context, UIComponent component, Object value) throws Exception { //Set the email pattern string Pattern p = Pattern.compile(".+@.+\\.[a-z]+"); //Match the given string with the pattern Matcher m = p.ma...

select All checkbox in JSF without using Javascript

I am trying to select/unselect all checkboxes in the datatable using a single checkbox. As I am trying to set it on the server, I am unable to do so. I have looked around for solutions but could not get how to accomplish on the server side. Here is the code. xhtml file### <rich:column styleClass="center-aligned-text"> <f:fa...

how to use Session logout in RichFaces?

Please Give me one Example, How to use LogOut in RichFaces!ineed to use this in my application.Requirement is:when i clicked on LogOut in my Screen then it must be logged out from the SessionAnd i need to Redirected to the Login-Page! How can i use this in my .xhtml page? ...

how to use google recaptcha in jsf2

how to use google recaptcha in jsf2. I am using richfaces too. Please don't suggest primefaces. ...

how to display rich content using jsf component??

Hello, I used the rich: editor component to enter rich content and I save it in a database. but when I tried to display it in outputText field , rich tags are not interpreted and are displayed as simple text. So my question is: how to make jsf component (or Richfaces) interpret this rich content and display it properly?? ...

Print contents of ModalPanel

Is it possible to print just the contents of <rich:modalPanel>? ...

REST and JSF: Library to use? How to solve it?

The problem: When the user clicks on www.example.com/myapp/myview?id=1 I need to display the item with id=1 which is in the database. To do that I need to execute bean methods. (Ideally the user would have to login first if not in cookies and then redirect but that's another problem). I'm using Richfaces 3.3.3 with JSF 2.0 (So VDL is d...