• 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...
    Profile Photo
    last modified by gcollin
  • Problem with a4j:support

    This 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" ...
    Profile Photo
    last modified by kash_meu
  • several tooltips on regions of graphicimage

    i got a h:graphicimage . on several regions on the image i want an individual rich:tootip to appear. how can this be done?
    Profile Photo
    last modified by ajanz
  • Issues in JSF

    Hi, 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...
    Profile Photo
    last modified by kieth_jane
  • a4j:commandLink opening in new window

    Is 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...
    Profile Photo
    created by terryb
  • Can't generate ajax call from JSF page

    I 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...
    Profile Photo
    last modified by gbpanchal
  • a4j:form data="#{}" does not populate javascript data variab

    When 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 ...
    Profile Photo
    last modified by lincolnthree
  • unsure about a4j:jsFunction

    Hello, 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...
    Profile Photo
    last modified by kechup
  • 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...
    Profile Photo
    created by ricola
  • h:inputtext is set onrowclick of datatable

    i 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...
    Profile Photo
    last modified by ajanz
  • 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...
    Profile Photo
    last modified by bkyrlach
  • <a4j:status tag is not working

    Hi 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...
    Profile Photo
    last modified by bill78b
  • Invalid chunk ignored

    Hello Guys! What is reason behind this message? org.apache.tomcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk ignored.
    Profile Photo
    last modified by kash_meu
  • 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="...
    Profile Photo
    last modified by sterligovak
  • javax.faces.el.PropertyNotFoundException: Bean: com.matrixco

    Hi 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.....
    Profile Photo
    created by bill78b
  • Leveraging existing components with CDK

    Hi, 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...
    Profile Photo
    last modified by dgreenbean
  • <a4j:commandButton> not working with IE7

    Hi.. <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...
    Profile Photo
    created by venu2008
  • Rerender won't work

    Hi 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...
    Profile Photo
    last modified by jats
  • Adding a4jsupport to multiple components

    Hi, (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...
    Profile Photo
    created by evdelst
  • Ajax4JSF Updating Bean Value Problem

    Hi 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...
    Profile Photo
    last modified by bill78b