Results 1 to 2 of 2

Thread: form validation on weblogic 8.1.2 not working, a bug?

  1. #1

    Default form validation on weblogic 8.1.2 not working, a bug?

    I use the spring module (commons validator) for form validation. I use
    Spring 1.2.3. My application works fine in everything on Tomcat 5.5.7.
    I deployed it on Weblogic 8.1.2 simply by ONLY changing database-related
    configuration and using ContextLoaderServlet instead of ContextLoaderListener.
    Everything is still working except client-side form validation (server-side is still working).

    When I visit a page with validation from IE, I notice that
    there is an error on the page. When I save this page via IE,
    I notice that the saved validator.jsp has the page's html code at its
    begining and end. However, nonthing like this happens if I run it
    on Tomcat 5.5.7

    I did a lot of research, not progress. I am getting stuck here.
    Anybod has similar experience? Is this a bug?

    Any help/info is greatly appreciated.

    Regards,
    Pete

  2. #2

    Default Client-side validation with Weblogic 10.3

    I am facing problems with client-side validations on Weblogic Server 10.3.
    The same application works ok on Tomcat & Jetty. Has anyone else faced the same issue?

    --Irshad.

Similar Threads

  1. Replies: 3
    Last Post: Jun 8th, 2010, 03:27 AM
  2. Replies: 4
    Last Post: Mar 12th, 2010, 12:28 PM
  3. Replies: 9
    Last Post: May 4th, 2006, 09:53 AM
  4. Commons validation with wizard form controller
    By brianstclair in forum Web
    Replies: 0
    Last Post: Jan 14th, 2005, 02:14 PM
  5. Replies: 0
    Last Post: Oct 29th, 2004, 04:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •