CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lealromero

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    7,205

    Re: Problem getting post vars

    Hi, I put the name in the fields that didn't have it, and I hace still the same error. If you see the first textarea did have the name: <textarea
    class="required" rows="4" cols="30"...
  2. Replies
    6
    Views
    7,205

    Re: Problem getting post vars

    I put those two jsp pages in another project, and they work fine. Could it be some compilation issue? Could it be a configuration issue?
  3. Replies
    6
    Views
    7,205

    Re: Problem getting post vars

    Hi,

    I have a simple page that contains a form: testJsp.jsp, it calls prueba.jsp which receives the post vars and print them. There's nothing in the middle.

    I'm attaching the two files.
    ...
  4. Replies
    6
    Views
    7,205

    Problem getting post vars

    Hello, we have a JSP application running from eclipse. If we try to post a form to another JSP page, all pot variables returns null using request.getAttibyte o r request.getParameter. If we post the...
  5. Replies
    9
    Views
    18,089

    Re: [JSP] request.getParameter returns null

    Hello, we have a JSP application running from eclipse. If we try to post a form to another JSP page, all pot variables returns null. If we post the same form to the same page, the getParameter...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured