Log in to follow, share, and participate in this community.
Thread The Ajax4JSF User Forum is locked
The Ajax4JSF User Forum is lockedThe Ajax4JSF User Forum is locked, and is no longer open for posting. Please use: Design of RichFaces - for development/design related topics RichFaces User - for all user questions and inquiries
How to stop a4j:poll if user is 'away'?Hi, I have a page that uses a4j:poll to do periodic refresh. I like to stop the refresh if the user is 'away' - for example no mouse mements for a period of time. I have implemented something similar using prototype...
a4j:commandButton in DataTablehi. I have a a4j:commandButton into a column of dataTable. I want reRender the dataTable when the user press click over the button. The bean is working correctly; I does a system.out.println test and It works, but the...
parent RerenderingI have a <a4j:commandLink> wrapped in a <a4j:region> and has <a4j:support>. All of the above elements are in <rich:dataTable>. When I click the commandLink. Two components must reRender. One...
Thread <a4j:include> issue when it is added programatically
<a4j:include> issue when it is added programaticallyHi, i am new in this forum..., i am developing an application using jsf, and richfaces. I need to add programatically, tabs (HtmlTab class) to a tab panel (HtmlTabPanel class), each tab must show a jsp page, so i use ...
Thread aj4:mediaOutput doesn't rerender after ajax request
aj4:mediaOutput doesn't rerender after ajax requestIn my scenario the aj4:mediaOutput component is rendering an captcha image and it should be possible to get another one if user can't read current one. The createContent Attribute calls a method which creates an image...
a4j:support + a4j:outputPanel problemhello could someone explain please why one of these works and the other doesn't, and if it is expected behavior (although i don't see a reason why it should be): <h:selectOneMenu ... > ... <a4j:support even...
dtree.js Calendar button doesnt workHello, I'm using a Java Script tree menu called dtree. When I use it on a page and I do a rerender of a rich:calendar, the Calendar Button doesnt open the calender popup. <rich:calendar value="#{academy.toDate}" ...
Thread AjaxButton and MethodBinding generated by code
AjaxButton and MethodBinding generated by codei use jboss 4.2.2 GA with seam 2.0.2 i got a dynamic page, the components are generate by code. i got some error with AjaxButton the creation code is like this
HtmlAjaxCommandButton ajaxbutton = new HtmlAjaxCom...
Adding resources for custom componentsHi, I'm developing a CDK-based custom component and looking for information on how to register resources. The component would need access to a css file and and js library whenever it is placed on a page. I found cla...
Page is refreshed after each Ajax callI have <rich:dataTable> and for each row I have a checkbox <h:selectBooleanCheckbox> , when I click on the checkbox it creates new Ajax request with <a4j:support> and afterwards refreshes the page, i...
Thread Rerendering input elements without loosing input
Rerendering input elements without loosing inputHi all! I'm using a4j to enable/disable some calendar input field based on the value of a selection box. I do this by using the following code (simplified) <h:selectOneListbox size="1" value="#{mybean.variant}"&...
Thread internationalization of countries and cities
internationalization of countries and citiesHow can I implement internationalization of countries and cities in these countries? Are there any text or xml documents available in the internet? What I want to do is: List element with countries -> after selecti...
Thread selectOneMenu disabled after opening popup by rerendering
selectOneMenu disabled after opening popup by rerenderingHi, I'm not sure of bug is between chair and keyboard but: Ihave templated page with Facelets: on the status bar there is selectOneMenu with populated names. On main page is popup which is opened by rerendiring and ...
Thread link components lose their children on ajax reRender
link components lose their children on ajax reRenderHi, I couldn't work this out, so hopefully someone can help me :) If I have a link tag with children (specifically a div) and an ajax poll that reRenders the outputPanel with which the link is inside of then the reR...
a4j:KeepAlive with Spring JDBCI have a datatable that I am trying to update from the db using a ajax request. I am attempting to use a4j:KeepAlive in my jsp to keep my request bean alive. Everything appears to work well until I attempt access the ...
Thread Tomahawk data table header a4j:commandLink - ajaxSingle=true
Tomahawk data table header a4j:commandLink - ajaxSingle=trueIf I use a a4j:commandLink with ajaxSingle set to true inside the header facet of a tomahawk datatable , no re-rendering is done. If I set it to false, everything is false. Is that a problem on my side or is it a bug?...
Thread a4j:support don't invoke action within rich:fileUpload
a4j:support don't invoke action within rich:fileUploadHi all. I have some troubles with <rich:fileUpload>. 1) if i put <a4j:support action="#{test.actionTest}"> in it, this action is not invoked. 2) some fields are changed during request, but client not refre...
Huge ajax responses??I have noticed that all of my ajax4jst forms have a jsf_state_64 and a jsf_tree_64 input fields that have values 2000+ characters long. Is this really necessary? I have also looked at the responses from simple ajax up...