• <a4j:include> does not work on jsp? its throwing exception when i am trying to dynamic change the viewId.

    javax.servlet.ServletException javax.faces.webapp.FacesServlet.service(FacesServlet.java:325) org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206) org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseF...
    Profile Photo
    last modified by dksingh.cs
  • How to troubleshoot navigation rules problems

    Hi,   I have taken over a project formerly developed by someone else, and I have no way to contact the previous developer.   After adding a command link, navigation rule etc. by duplicating and editing an ...
    Profile Photo
    last modified by markus_n
  • richfaces tags used in websphere portal

    Hello,   I have created several JSF 2.0 portlets in websphere portal. I am using richfaces tags in my view. I notice an issue where if more than one portlet uses a richfaces tag, such as, <rich:select...>,...
    Profile Photo
    created by dipalik
  • has anyone tried developing Richfaces as OSGI bundle?

    I would like know if anyone tried to develop Richface webapplication as OSGI bundle? I am aware that Jboss AS7.x supports OSGI, I want to know if it possible host richface based application as osgi bundles. If yes, it...
    Profile Photo
    last modified by chetanshettigar
  • <a4j:commandButton> and oncomplete

    hi, i have the following component:   <a4j:commandButton value="save" action="#{bean.save}" ajaxSingle="false" oncomplete="window.open('#{bean.contextPath}/pages/griglie/griglie_allegati.faces?prgAzione='+re...
    Profile Photo
    last modified by manuel.moroni
  • rich:dataTable zebra style

    Dear all,   I'm trying to enable zebra style on my dataTable, but I've some trouble. I follow the example from show case:   <style>            &...
    Profile Photo
    last modified by morellik
  • jQuery to rich:jQuery

    Dear,   I've the following snippet of code that works fine. How can I translate to use with rich:jQuery?   $(function() { $('#acchide').hide();   $('#haveacc1').click(function() {     $...
    Profile Photo
    last modified by morellik
  • List for scrollableDataTable, and client-side sorting

    I have a List that in my backing bean that I use for a Richfaces scrollableDataTable.  I'm running into a problem when doing client-side sort a table:     <r:scrollableDataTable id="remarkTable" val...
    Profile Photo
    last modified by jmanko
  • Issue Ajax Richfaces 3.3.3

    Hello, I have a form with two components: a tree projects with their phases (rich:tree) and an array of resources (rich:dataTable) allocated to the project selected in the tree. When I make a filter in the tab...
    Profile Photo
    last modified by ci_talha
  • rich:dataTable very slow when filtering

    Hello,   I Have a rich:dataTable with 100 lines scattered on 10 pages. It works fine but when I filter by a column, it's very very slow to get the result. Can you help me please ?   I'm using Richfaces3.3,...
    Profile Photo
    last modified by ci_talha
  • problems integrating JBOSS 5.1 with richfaces 3.3.3.Final and JSF 2.1.6 (facing when migrating jsf 2.0 to jsf 2.1.x)

    Hi All,   I was using richfaces 3.3.3 final with jsf 2.0 with my application and it was working perfectly fine. but ,when I am using JSF 2.1.6 facing many [problems..   My JBoss Version : Jboss 5.x   ...
    Profile Photo
    last modified by dhanarajar
  • save zip file

    hi, i have the following code   ZipOutputStream zos=new ZipOutputStream(response.getOutputStream());       byte[] buffer=new byte[1024];   int len;   int zipSize=0;   &...
    Profile Photo
    last modified by manuel.moroni
  • <h:commandButton> onComplete

    hello, i'm uploading a file using the component <h:commandButton> and everything it's fine. now i have the need to open a window at the end of the method called by button. i browse the internet but it seems t...
    Profile Photo
    last modified by manuel.moroni
  • a4j:support on change event refresh whole page

    Hi,   We have a4j:support on change event for h:selectOneMenu, When we first vist the page and select the items from selectOneMenu the whole page is getting rendered, if we select second time other item from...
    Profile Photo
    last modified by mohsink
  • Disable item in PickList

    Currently using JSF 1.2 and RichFaces 3.3.3.   I want to restrict items from being transferrable within the PickList component.   It doesn't respect disabled on SelectItem.   Any help is appreciated.
    Profile Photo
    last modified by cbinder
  • Invalid Argument - rich:extendedDataTable

    Using richFaces final version # 3.3.3. On IE 8 getting below exception for rich:extendedDataTable.   Message: Invalid argument. Line: 27 Char: 25 Code: 0 URI: http://localhost:9080/ced-war/a4j/g/3_3_3.Finalo...
    Profile Photo
    last modified by hdossani
  • FileUploadException: IO Error Parsing Multipart Request

    I have upgraded to Seam 2.2.2.Final and using RichFaces 3.3.3 (runs on EAP 6.1.0). All of a sudden my FileUpload has stopped working. Below are the settings I have I get below WARNINGS. Any idea what it could be? ...
    Profile Photo
    last modified by ronsi
  • FileUpload java.lang.OutOfMemoryError: Java heap space

    Dear,   uploading a big file (900MB) using rich:fileUpload give me java.lang.OutOfMemoryError: Java heap space. There is a way to solve the problem?     <rich:fileUpload fileUploadListener="#{fileU...
    Profile Photo
    last modified by morellik
  • <rich:fileUpload> can't call the listener

    hi, i'm trying to develop a modalpanel in which the user can upload multiple files. unfortunately it seems that the listener that should be called from the <rich:fileUpload> component never fires. once the fi...
    Profile Photo
    last modified by manuel.moroni
  • Rich Faces File Upload -- IO Error parsing multipart request

    Hi,   I have been getting the below application when RichFaces (3.3.3.Final) Fileupload is being used.   [javax.enterprise.resource.webcontainer.jsf.lifecycle] JSF1053: (Listener: org.richfaces.component.F...
    Profile Photo
    last modified by kalyancm