• not allow the user click more than once in a4j:commandButton

    Hi Guys,   How do I not allow the user click more than once in an a4j: commandButton?   I tried this:   <a4j:commandButton id="btnProg"           acti...
    Profile Photo
    last modified by andesouza86
  • java.lang.NullPointerException at com.sun.faces.context.PartialViewContextImpl.createPartialResponseWriter(PartialViewContextImpl.java:441)

    Hi all,            I did one sample application using  Seam 2.0+JSF 2.1.2+Richfaces 4.x . While giving ajax related request using a4j:commandButton i am getting the J...
    Profile Photo
    last modified by devisambandhan
  • selectOneMenu + a4j:ajax

    Hi everyone.   I'm using jsf 2.0 and RichFaces 4.0.0.Final. I had a problem with selectOneMenu component, when I selected the first option, the second is reloaded but it doesn't seem to be validating the combo, ...
    Profile Photo
    created by aldosilva
  • Found Bug in AJax.js

    Hi,   I found the bug in ajax.js where the Browser is IE 8.    Situation: In our application we use templates to load detail or list pages. To create or edit these templates we have seperate module. I...
    Profile Photo
    last modified by kosna
  • javax.el.ELException: Function 'rich:component' not found

    I get this error in my ManagedBean when I try to build the componenent. The rich:component works fine in xhtml page.   UIColumn column = new HtmlColumn();     dynamicDataTable.getChildren().add(co...
    Profile Photo
    last modified by sandy312
  • Richfaces - Bulk list display

    Hi,   I have more than 3000 records which I wanted to display at a stretch with editable functionality.   When trying to run with extendeddatatable, the browser hangs.   I know this problem can be ad...
    Profile Photo
    last modified by techie2k
  • How to implement a rich:datatable that shows popup with msg “Sorting in progress” when sort column (Header Column) is clicked?

    I'm new to JSF and Richfaces... Our web application uses JSF 1.2 and Richfaces 3.1.  We have a problem when the user does multiple click on the rich:datatable header to sort (before the results are back, the use...
    Profile Photo
    created by arun_mrk
  • Could not load ResourceBundle

    I am in the process of upgrading a web application from JBoss AS 4.2.3 to JBoss AS 5.1.0. I keep getting the following error messages when I access the actual content and none of the strings that are referenced from t...
    Profile Photo
    last modified by mcphersondb
  • how to achive grouping in richfaces ?

    Hi ... I am new to richfaces ... Previously i worked on icefaces.. For aboue requirement previously we used icefaces column component <ice:column groupon=#{row.property} "> property..   Now in richfaces...
    Profile Photo
    created by rakeshpp
  • Problem calling <a4j:jsFunction>

    Hi,      This is regarding calling an <a4j:jsFunction>.      We are building a web application with JSF 2.0 , rich faces 4.0 with Facelets. The problem is that we are tr...
    Profile Photo
    created by puneet138
  • javascript error in rich:modalpanel

    Hi all, iam using richfaces3.3.0 and jsf. iam getting modalpanel.js.faces not implemented error when i try to close the rich:modalpanel ,which is inside a ui:composition with a template specified. if i remove the te...
    Profile Photo
    created by mani123
  • Issue in Using h:selectOnemenu inside richdatatable

    Hi ,   We are building a web application with JSF 2.0 , rich faces 4.0   We have to use h:selectOnemenu inside richdatatable . If the drop down is binded with a backing bean , on submit of form the values ...
    Profile Photo
    created by puneet138
  • Which of the events are invoked faster: onclick or call to actionListener?

    I have <a4j:commandLink> with it's actionListener. Java action, which is invoked, is using value from <h:inputHidden>, as it's connected to BackEnd with binding attribute. However, before invoking actionL...
    Profile Photo
    created by manakor
  • Sending a callback to a4j:jsFunction oncomplete event

    I am trying to make call to JSF functions in my app more dynamic. Instead of static way of writing callback functions to oncomplete event by hand, I wish to send a callback function as a parameter and make it's invoke...
    Profile Photo
    created by manakor
  • partial rerendering

    Hi,   I'm trying to rerender the right body content, when I click on some link on the left navigator menu with richfaces? Without reloading the entire page, only the right side content should be updated, simila...
    Profile Photo
    last modified by techie2k
  • No taglibrary exist for https://ajax4jsf.dev.java.net/ajax

    Hi,   Am using JFS 2.0 and running on Jboss -as -6.0 . Am invoking Ajax in my code.   I have used,   xmlns:a4j="https://ajax4jsf.dev.java.net/ajax   and in my web.xml,   <context-param...
    Profile Photo
    created by selfcare
  • a4j support not submitting all values

    Hi All,     I have a input text box that contains fee and a SelectOneMenu for fee type. When the user selects the fee type I need to perform a caluculation and display the result in another text box. I did ...
    Profile Photo
    last modified by fjkjava
  • JSF 2.0 and richfaces 3.3.x

    Hi,      Am trying to use JSF 2.0 and Richfaces 3.3.3. After I went through the article http://community.jboss.org/wiki/RichFaces333andJSF20 am rethinking abt this combination.   I want to know t...
    Profile Photo
    last modified by ravi.kuchika
  • drag and drop of the tables

    Hi,         I have some tables, say 5. I want to provide drag and drop facility for them. Can any one help me doing so. Means I can drag the first table and drop at the 4th table so the first...
    Profile Photo
    created by ravi.kuchika
  • Rerendering HTML5 content with a4j:jsFunction brakes markup

    I am working in JSF2 project and faced the error, which breaks native HTML5 tags display in the browser. So, what I have:   <a4j:form id="myForm"> <a4j:jsFunction name="myFunction" actionListener="#{my...
    Profile Photo
    last modified by manakor