a4j:queue for rich:menuItemHello 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...
<rich:layout> namespace not foundI 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/...
Thread Problem with filter in extendedDataTable + dataScroller
Problem with filter in extendedDataTable + dataScrollerHello. 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...
<a4j:actionparam> questionHow 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...
a4j:include does not workHi 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...
Thread How to put the return value into the parent request?
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...
a4j Delayed render zoneHello 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...
BEA Weblogic Portal 10.0 und Ajax4JSFHello, 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 ...
Thread Assign a param to a bean with <a4j:actionparam>
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...
Thread a4j:poll happens in sequence or in parallel for reRender
a4j:poll happens in sequence or in parallel for reRenderIm 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 ...
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...
Thread a4j:mediaOutput non working with Trinidad on pdf objects
a4j:mediaOutput non working with Trinidad on pdf objectsHi, 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...
Thread Why is the paint bean called twice on FF and never on MSIE 8
Why is the paint bean called twice on FF and never on MSIE 8Why 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>
&...
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...
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.
Multiple Dropdown DependentHello 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 ...
Thread Curious problem on ajax-request (rerender problem)
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...