Log in to follow, share, and participate in this community.
Thread setActionListener on a4j:support does not execute the bean m
setActionListener on a4j:support does not execute the bean mHi, I have been trying to execute setActionListener method of HtmlAjaxSupport programatically. I can see that AJAX call is getting submitted to server, but somehow the method binding I have for setActionListener is no...
reRenderHi ! Assume I have two <h:inputText> 1. For Name 2. For Age with required attribute set to true i.e. required="true". When I submit the form with <a4j:commandLink> without setting the value for Age i g...
Thread modalPanel with dynamic backBean as parameter
modalPanel with dynamic backBean as parameterHi there! I have a modalPanel that show a r:dataTable. The user should select one record from table and update two fields on parent form. My modal's code is in the template.jspx (I'm using facelets). It works, but a...
<a4j:support> is not workingHi I am using <a4j:support> tag to rerender the dataTable... But when i generate the event the whole page is rendering instaed of only panel Grid.. Here is the Code.. <a4j:region rendered="true" renderR...
stopping a file upload takes a lot of timeHi everybody, I have some trouble with the rich:fileupload component rather with stopping the current file upload. First of all almost everything works perfect with this component for me and it is absolutely great. ...
Problem when user reloads pageHi! I'm kind of new to Ajax4JSF and I ran into a little problem earlier. I have some components in my page that depend on the value of other components. For example, suppose I have a Country select list. If the user ...
Signout in ajax requestHello, in the last hours, i become crazy by using a simple ajax request. I am using Richfaces in a JBoss Portal environement and want that no exception will show to a user of my portal. But with ajax stuff this seem...
a4j:repeat questionhello i have a search form and after hitting a button, part of a page is rerendered and results are shown. however, i have a problem with a4j:region: <h:panelGrid columns="2">
<a4j:region id="region">
...
Richfaces in Weblogic9.1 has Caching issueHi, We are using Richfaces for UI development and deployed in WebLogic Server 9.1. Also we have enabled caching. When we access via IE v6 & v7, ui.pack.js.jsf(>250 k) and framework.pack.js.jsf (>325 k) scri...
Thread a4j:commandLink actionListener is not called with a4j:status
a4j:commandLink actionListener is not called with a4j:statusI use a4j:status on the pages for displaying a modal pane with 'wait..' ... But one strange problem appears one one page: no actionListeners are called. Actions are used for a tree (rich:tree) nodes this way: <a4...
Disabling urlEncoding for JAR resourcesHi how to disable the urlEncoding is done by the ResourceBuilderImpl.java , the <session-aware/> attribute helps for the custom components but for RichFaces / Ajax4jsf standard componets the static resources (cs...
Thread Is my commandButton in the DOM tree after a reRender?
Is my commandButton in the DOM tree after a reRender?I'm sandboxing a simple text/control visibility scenario that behaves very similarly to rich:togglePanel but am having some conceptual issues in how links/buttons work - I think I just fail to understand how and when ...
<a4j:poll> is not workingHi In jsp Screen i am Displaying updated time .. I used <a4j:poll> tag to display updated time in seconds.. But the seconds are not updating .. Here is Code.. JSP CODE..... <h:form> <a4j:poll id...
Thread How to get a components new value in a method specified by a
How to get a components new value in a method specified by aHi! What I want to achieve is to update a form's input elements by selecting a specific value from a select input. This should act like a template mechanism. My idea was to define some select input like <rich:inp...
Thread How can I generate JSF UI components ASYNCHRONOUSLY on a jsf
How can I generate JSF UI components ASYNCHRONOUSLY on a jsfHi Everybody, I started reading into JBoss's RichFaces & Ajax4jsf which is now part of the later. I have the follwoing task to do :- Scenario : I have a menu with several links. When I click on one of the links,...
AjaxRenderUtils.buildAjaxFunction NullPointerExceptonI am using Netbeans 6.1 and ajax4jsf1.1.1 and i am getting NullPointerExcepton: Caused by: java.lang.NullPointerException at org.ajax4jsf.framework.renderer.AjaxRendererUtils.buildAjaxFunction(AjaxRendererUtils.jav...
Problem with a4j:jsFunction data=When I use a4j:jsFunction:
<a4j:form>
<a4j:jsFunction name="getWork" ajaxSingle="true"
data="#{serializableBean.work}"
oncomplete="alert('cool!')" />
</a4j:form>
<script ...>
getWork()...
Thread How can i change Skin of standard tag but i don't want to us
How can i change Skin of standard tag but i don't want to usI want to change skin of standard tag. with tow request: the first: i want to keep independence of all component. the second: i don't want to use java script. for example: in the index page. i have many screen.i d...
Thread IE7 dont redirect to login page when ajax responde came with
IE7 dont redirect to login page when ajax responde came withI've use spring security in my project and when user session expired...spring security servlet filter intercepts any ajax and http request and redirect to url to login !! It work fine in all borwsers unless IE 7 !! Wh...
Session timeout, acegi and a4jHi. We're trying to find a solution to a problem we're stuck on and we hope that someone here might be able to help as it has to do with a4j. We're using Richfaces, A4J and acegi. The problem: When a user's session ...