4 Replies Latest reply on Feb 15, 2008 1:00 PM by johnboy

    Need Help..ASAP...

    johnboy

      I am a newbie to Ajax and JSF using Jboss portal. Overall all is going pretty good but here is my first attempt to use these API's.

      <a4j:form id="SVPSelection">
      <h:panelGrid columns="1">
      <h:selectOneListbox id="pickSVP" value="#{SVPBean.currentSvp}" >
      <a4j:support event="onclick" actionListener="#{SVPBean.process}" ajaxSingle="true" reRender="SVPSelection" />
      <f:selectItems value="#{SVPBean.sig}" />
      </h:selectOneListbox>
      </h:panelGrid>

      </a4j:form>

      The issue I have is that I am trying to get a bean stuffed onclick and learn to submit a Ajax req, but it does not work. All I get instead is:

      404 /xxxx/WEB-INF/jsp/index.jsp
      Message: null


      Can someone correct my understanding, the bean does not get updated and I dont see the action called.


      Any help would be hudge!!

      Thanks!