4 Replies Latest reply on Jun 11, 2007 8:19 AM by ilya_shaikovsky

    Reqet error, status : 500 Internal Server Error. Message: nu

      In my web application I am using MyFaces, Trinidad a4j tags and OC4J
      server. "ias oracle"

      When I am starting my server for the first time my application is
      running fine.

      After that if I redeploy my application without restarting my server
      then I am getting

      Reqet error, status : 500 Internal Server Error. Message: null

      <f:view xmlns="http://www.w3.org/1999/xhtml"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
      xmlns:trh="http://myfaces.apache.org/trinidad/html"
      xmlns:tr="http://myfaces.apache.org/trinidad">
      <trh:html>
      <trh:head title="Lista de Consulta Efetuada">
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
      </trh:head>
      <trh:body>
      <tr:form id="form">
      <tr:inputText label="Label 1" value="#{Index.nome}">
      <a4j:support event="onkeyup" reRender="mostraResp"/>
      </tr:inputText>
      <tr:outputText value="#{Index.nome}" id="mostraResp"/>
      </tr:form>
      </trh:body>
      </trh:html>
      </f:view>