• ajax4jsf 1.1.1  x  facelets 1.2  x  jsf 1.2

    Does the ajax4jsf works with facelets 1.2 and jsf 1.2 ? here says that not work: http://labs.jboss.com/file-access/default/members/jbossajax4jsf/freezone/docs/devguide/en/html_single/index.html#InvokeOnComponentUsing...
    Profile Photo
    last modified by danielnp
  • how to set the contenttype in reponse header under the ajax4

    I want to implement a download csv file from a button, but the header's content type was rewrited before it was send back to the client. It looks like the jsf or ajax4jsf framework rewrite the content type of the repo...
    Profile Photo
    last modified by hefeng
  • will JSR168 (websphereportal5.1server)support ajaxforjsf?

    Hi all, I am using jsr168 and websphere portal5.1 and ApacheMyfaces1.1 for devloping jsf page. "Myportlet" extends MyfacesGenricPortlet Could anyone guide me how to do AjaxforJSF?
    Profile Photo
    created by selvabalajii
  • how to set back bean value from javascript?

    Hello, I want to send the screen size to the server side during the page loading, how can I do that? The following data can be get from javascript. window.screen.width; window.screen.height; window.screen.availWidt...
    Profile Photo
    last modified by hefeng
  • a4j:repeat does not work well with SUN JSF 1.2 RI

    Environment: Tomcat 6.0.13 + JSF 1.2 RI + Ajax4JSF 1.1.1 The bug is the client-side ids of elements inside a4j:repeat do not contain outer naming container's id. For example, <h:form id="ccc"> <a4j:repeat...
    Profile Photo
    created by holicy
  • Problem getting ajax updated value of <f:selectItems>(ajax4j

    Hello, I am using Ajax4JSF 1.1.1, I have a problem, i wrote this code <h:selectOneMenu id="systemId" binding="#{ticketBean.systemsSelectOne}" value="#{ticketBean.systemId}" > <f:selectItems value="#{ticketBe...
    Profile Photo
    created by sohailkhalid
  • Resource not registered : org.richfaces.renderkit.html.image

    Hi, in the tree i'm receiving this exception org.ajax4jsf.framework.resource.ResourceNotFoundException: Resource not registered : org.richfaces.renderkit.html.images.TreeLineImage what should i do, to fix this prob...
    Profile Photo
    last modified by yevgen_78
  • Example Skin File

    I'm looking for a sample skin file. If anyone has one they can share or simply post a portion of it here it would be much appreciated.
    Profile Photo
    last modified by bigreddale
  • Problem with rendered flag inside datatable

    Hi Could someone look at msystems problem at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062889#4062889 - in essence the rendered flag is evaluated when the page is rerendered by a4j, but seemin...
    Profile Photo
    created by pmuir
  • a4j:support doen't work inside UIData

    I have javascript event on row inside UIData component. On this event ajax submit by support component is occured. It fires script like: A4J.AJAX.Submit('_viewRoot','includeStartPage:include:simple',event,{'eventsQ...
    Profile Photo
    last modified by alexanderbelov
  • Using a4j:support event=

    The following code is used to show how many characters have been put into the textarea id: smsTextField: <h:outputText id="charsLeft" value="#{backingbean.charCount} characters used" /> <h:inputTextarea id=...
    Profile Photo
    last modified by snagit
  • inserting  web page in xhtml

    Hi i want to show a web page from internet inside my page can any one help how to do that for example i have a review page i show summary in that there a link for where i taken that summary if the user click the link ...
    Profile Photo
    created by kaviarasu
  • Using DataList in JSF

    Want to populate a grid stucture with defined no. of rows and columns.
    Profile Photo
    last modified by pakhi
  • Problem with filling a dataTable

    Hello! I have got a problem with filling my dataTable with the right issues. Could pleeeaaassse someone help me with this? The code for my jsp-page, where the result is shown, is: <h:dataTable id="data" style="w...
    Profile Photo
    last modified by puh
  • ajax4jsf deployment problem on Sun Java System Application S

    Dear friends i'am facing a strange problem when i try to deploy a simple web application using ajax4jsf version 1.1.0 or 1.1.1 on sun application server 9.1 (build b41d-beta2) also the same application works fine whe...
    Profile Photo
    created by wassim.ismael
  • Introduction article on Ajax4Jsf

    HI, This article provides good introduction to Ajax4Jsf : http://jsf.javabeat.net/articles/2007/06/introduction-to-ajax4jsf
    Profile Photo
    created by kks_krishna
  • a4j:commandButton pageflow transition bug

    I posted problem at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111901 could someone please take a look
    Profile Photo
    created by tkalactomo
  • incompatible class

    Hi I use Ajax4jsf 1.1.1 and websphere 6.1 And when i try this example <h:inputText size="50" value="#{suggestionBox.width}" > <a4j:support event="onkeyup" reRender="rep"/> </h:inputText> I h...
    Profile Photo
    created by perriere
  • About to land GWTJSF support for GWT 1.4

    After finally wrangling with Maven, I've got a version of GWTJSF that builds against GWT 1.4.10 inside the Ajax4JSF tree. I've fixed the Maven 2 build problems in the current tree, and I've integrated the source chang...
    Profile Photo
    last modified by robjellinghaus
  • Porting Seam controls to A4J CDK

    [As Seam has no dev forum, we're best off doing this here] My efforts are aimed at moving the Seam components onto the A4J CDK (http://jira.jboss.com/jira/browse/JBSEAM-1013). I've got it mostly working (I still nee...
    Profile Photo
    last modified by pmuir