• Japanesh characters changed to ओ൪ after ajax request save

    Hi All,   I am using ajax4jsf framework 1.1 to implement the ajax support some of the pages. Noted one page after editing the japanesh characters changed  to ओ characters and same displayed in sc...
    Profile Photo
    created by bala4875
  • a4j:queue for rich:menuItem

    Hello All,   I am trying to a4j:queue on rich:menuitem. My menuitem is populated from backend. menuItem has menu1,menu2,menu3 and each menu item is being associate with an action and inturn seperate page. My req...
    Profile Photo
    created by ravi.kuchika
  • <rich:layout> namespace not found

    I am using RichFaces version 3.3.3 but whenever I use <rich:page> or <rich:layout> tag I get no tag defined error Please help me. <rich:layout> Tag Library supports namespace: http://richfaces.org/...
    Profile Photo
    created by vibhorrr
  • Problem with filter in extendedDataTable + dataScroller

    Hello. I've 2 problem with filtering in extendedDataTable and reRendering data in table and dataScroller.   1. When I type first letter in filter textBox, then filter doesn't work, but when i type second letter...
    Profile Photo
    created by dsad
  • <a4j:actionparam> question

    How can I get at the value property of this tag via Javascript. I have a table populated with values and when the user clicks on one of the rows, I would like to be able to use javascript to set the value property an...
    Profile Photo
    last modified by roykachouh
  • a4j:include does not work

    Hi all, I tried to used the component "a4j:include" but when i click on the button nothing happen and i didnt get the next page. note that I just use the example given in the richfaces demo (http://livedemo.exadel.co...
    Profile Photo
    created by benothman
  • How to put the return value into the parent request?

    Hi all,   I have an issue on putting the return value from pop up window into the parent page. When I close the pop up window and get the return value from the pop-up page, like:   var retVal = window.show...
    Profile Photo
    created by coolgeng
  • a4j Delayed render zone

    Hello I am trying to create a delayed render zone. My site contain a javascritpt combobox with a lot of values and a lot of db stress for extracting these values, so i would like to create a a4j zone that will be ren...
    Profile Photo
    last modified by dinoliste
  • BEA Weblogic Portal 10.0 und Ajax4JSF

    Hello, i want to marry Weblogic Portal 10.0 with Ajax4JSF. I use Ajax4JSF (jboss-ajax4jsf-1.1.1-bin.zip) of your website. I create a simple auto-suggestion-portlet and it works fine as jsf-app in the browser (IE and ...
    Profile Photo
    last modified by psko
  • how to hold on the value after setting the value from javascript method

    Hi all,        I have an input text component on the parent page, and open a pop-up page with showModalDialog. Then the input text can present the value from pop-up window while closing windo...
    Profile Photo
    created by coolgeng
  • Assign a param to a bean with <a4j:actionparam>

    Hello, I'm trying to pass a bean as parameter with <a4j:actionparam> in a JSF web app but it doesn't work. I succeed in doing it with a bean attribute, but it's not what I want. The code of the first bean Firs...
    Profile Photo
    last modified by klhoste
  • oscache configuration in richfaces or ajax4jsf

    Hi, Can some one point me to info on how to configure oscache instaed of LRUCache for rich faces? Thanks, Ashish
    Profile Photo
    last modified by toashishk
  • a4j:poll happens in sequence or in parallel for reRender

    Im using a4j:poll for polling to perform few activities on the screen. I have all the activities defined in the reRender attribute and wanted to know whether the polling happens in sequence or in parallel for all the ...
    Profile Photo
    created by shivanand_a_g
  • rich:datatable and sorting (data table)

    I want to have this table with column1 and column2 sorting by richfaces, but the sorting do not appear. Can someone help? Thanks. column1 | column2 | column3 | value1 | value2 | s1 | s2 | s3 | value1 | value2 | s1...
    Profile Photo
    created by jonhsmith
  • a4j:mediaOutput non working with Trinidad on pdf objects

    Hi, I tried this simple page while using Trinidad + Facelets + Ajax4jsf: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <tr:document...
    Profile Photo
    last modified by tomarenz
  • Why is the paint bean called twice on FF and never on MSIE 8

    Why does the following code call twice the paint bean on FF (when the page is loaded) and never on MSIE 8 ??? On FF, I see the paint object called twice (and the same PDF is always displayed). <rich:panel> &...
    Profile Photo
    last modified by rigolissimo
  • a4j support event=

    event="onRowDblClick" and event="onRowClick" problem I have a problem on onRowDblClick event. when double click is done on a row i got a exception with message concurrent call conversation. I think the problem is th...
    Profile Photo
    last modified by jonhsmith
  • How to get all active ajax requests ?

    I need to write javascript function that gets some information about all active (at this moment) ajax requests that are posted by RichFaces.
    Profile Photo
    last modified by boraldo1
  • Multiple Dropdown Dependent

    Hello there, I have a problem with three dependent dropdown, I need display in this order, see: 1- Country 2- State 3- City So, I can build the dropdown to Country and States with dependents functions, but, when ...
    Profile Photo
    last modified by lucianosilva
  • Curious problem on ajax-request (rerender problem)

    Hi guys, I'm facing a curious problem on sending an ajax-request... I have a "search-component" which is being rendered on two different jspx-sites. This search-component opens a modal panel when a user clicks on a bu...
    Profile Photo
    last modified by tim.kaufner