Log in to follow, share, and participate in this community.
Thread a4j:commandButton generating html button tag ?
a4j:commandButton generating html button tag ?Hello, I am making an application using seam, richfaces and ajax4jsf and the design team have done html pages that we need to integrate with our code. They have made beautiful submit buttons, but instead of using &l...
Problem with a4j:supportThis is my code. I have an outputPanel with id 'out'. <a4j:region id="myA4JRegion">
<h:inputText id="numberOfPhones"
value="#{userBean.numberOfPhones}">
<a4j:support event="onkeyup" reRender="out" ...
Issues in JSFHi, i am using jsf in my appilication.when i deployed this applicatoion on glassfish it is working fine.i deployed in jboss 4.3,it is deploying well but when i am accessing some page it is throwing an error. 10:41:38...
a4j:commandLink opening in new windowIs it possible to redirect request submitted with a4j:commandLink to a new window? I have a xhtml search page with a4j:form on it; when user types in some data and click Submit (a4j:commandLink), the form should subm...
Can't generate ajax call from JSF pageI am using JBoss RichFaces Ajax4JSF functionality. I am making different ajax calls from the application. The problem is that that ajax call is working fine when i do it from individual jsf page. But, when i put that...
Thread a4j:form data="#{}" does not populate javascript data variab
a4j:form data="#{}" does not populate javascript data variabWhen using the a4j:form component, the data="#{managedBean.property}" attribute is not correctly causing the javascript data variable to be populated. See example below. data is always undefined, even if the managed ...
unsure about a4j:jsFunctionHello, As I'm quite new to a4j sorry for dump question, why is this code not working? <h:form id="form1">
<h:selectOneMenu id="singleMenu" onchange="submitMe">
<f:selectItem itemLabel="Label1" ite...
Seam + JBossAS + Ajax4JSF in IE6/7?Hi, I've met issue on using Ajax4JSF in my application. I have a parent page with several popup pages. When I have those A4J tags on the popup pages, it could cause the browser to be no responding. for instance, ope...
h:inputtext is set onrowclick of datatablei got a rich:datatable and a h:inputtext. on the event onrowclick i want the value of h:inputtext to be rerendered. how can this be done? i tried various ways with actionparam and more wiht now success. please help...
Pressing enter does real submit?I've got a really simple JSF form with one h:inputText and one a:commandButton designed to do an ajax submit. However, when I type text into the input field and press the return key, it does a full, non-ajax post-back...
<a4j:status tag is not workingHi I modified my command button from <a4j:commandButton> to <h:commanButton> i am using <a4j:status> tag to display test..after changing command button./.....status tag is not working.. here is cod...
Thread a4j:mediaOutput doesn't work with cacheable="true"
a4j:mediaOutput doesn't work with cacheable="true"I have a strange problem. I saw some topics in forum about that but it doesn't solve my problem. I'm trying to use mediaOutput to output images from database. My jsf is <ui:repeat value="#{map.coordinates}" var="...
javax.faces.el.PropertyNotFoundException: Bean: com.matrixcoHi I am facing strange problem... In jsf i am calling binding function to disable the button.. IN bean i am having setters and getters .... But I am getting PropertyNotFoundException........... Here is the code.....
Leveraging existing components with CDKHi, I am sure that there is an easy way to do this, but I have not yet figured out how. After reading every article I could find on Google and in the forums about using CDK to create custom components, I decided to a...
<a4j:commandButton> not working with IE7Hi.. <a4j:commandButton> is not working with IE 7 .. But Same code is working in FireFox.... Any Solution for this one...are any updated Library... <a4j:commandButton immediate="true" onclick="this.disabl...
Rerender won't workHi I'm new to richfaces. I've got page with three forms, in third I got a repeater with button for every row. Button click deletes value and makes rerender, but nothing heppends. Code of form:
<a4j:form id="fo...
Adding a4jsupport to multiple componentsHi, (sorry for crossposting, I posted in Richfaces forum, should have used this forum) I am trying to create a component to add a onchange listener (a4jsupport) to all UIInput components on a page. This is comparable...
Ajax4JSF Updating Bean Value ProblemHi I am using some of the Ajax4jsf Components to render the page and some of JSF Components...Some times Ajax4jsf events are not updating the Bean Value and Some times it is updating ... I am not getting this problem...