Search:

Type: Posts; User: tangara

Search: Search took 0.15 seconds.

  1. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    But, I already mentioned I have done the above for countless times......more than 100 or more times....:(((
    And I'm still awaiting how to restart tomcat server inside Netbean....What I notice though...
  2. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Here's what I have put:

    <form id="frmData" name="frmData" action="ProcessRegistration" method="post" >

    But, the problem is still there. :(((

    How do I restart Tomcat inside Netbean?
  3. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Hi Syed,

    I have followed your instruction to change to the form to match the beans. But, it's still not working. :(((

    Tomcat is still reading the memory thing.

    Can you teach me how to...
  4. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Hi Syedbhai,

    <code>

    <tr>
    <td>Full Name</td>
    <td><input type="text" id="FullName" name="FullName"></td>
    </tr>

    </code>
  5. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Hi Jps,

    Yap. I have put the println not immediately after that line but somewhere at the part where I generate a message "Successful registration".

    At the Tomcat HTTP server monitor, I see...
  6. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    Sorry to have confused you but I just tested and tested.
    My latest test shows the same Null PointerException. =((

    Please advise how to stop the exception. Thank you.
  7. Replies
    14
    Views
    10,486

    Re: java.lang.NullPointerException

    At line58, my line is:

    String strName = request.getParameter("Fullname").trim();

    And I've put a printlns :
    out.println(strName);

    at the DoPost servlet there but it is not giving me...
  8. Replies
    14
    Views
    10,486

    java.lang.NullPointerException

    Dear forum members,

    I try to use back my old doPost codes which used to work fine but now giving me NullPointerException.

    Hope someone can tell me what's going on.
Results 1 to 8 of 8