1 Reply Latest reply on Oct 4, 2006 1:16 PM by shadowrunner

    Struts Mystery

    shadowrunner

      I have a Struts 1.2 application running on JBoss 4.0.3SP1 on WinXPSP2. The application works fine except for one repeatable instance. I click a link on the page to update some information (this makes a call to the action servlet and returns to the same page) then when I try to save the form data my browser flips to a partially loaded page with the correct URI (ProcessData.do). No exceptions or other errors are thrown. I have found that my custom request processor gets called and returns true but my action servlet never gets called. Somewhere between the request processor and the action servlet something is breaking down.

      Has anyone experienced this before? Any suggestions on how to troubleshoot this?