1 Reply Latest reply on Mar 29, 2007 2:55 PM by sergeysmirnov

    ajax4jsf and IBM WebSphere 6.1

    andresmherrera

      Hi all,
      I'm trying to use ajax4jsf 1.1.0 with RAD v7 and WebSphere v6.1.
      I followed the instruction "Ajax4jsf Developer Guide" to create a dinamic Web Aplication but it fails when run it. It present a javascript error "A4J is undefined".

      Then, I tried to deploy a war file incuded in sample:
      a4j-simpleRepeator http://labs.jboss.com/portal/jbossajax4jsf/demo/index.html and it work fine.

      The diference between first and second test is this line :

      <script type="text/javascript" src="/sr/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript">
      </ script>


      I mean, this line is not created for WAS in the first example and is the reason for fail.

      Somebody knows how to correct this problem
      Thanks