Search:

Type: Posts; User: tangara

Search: Search took 0.09 seconds.

  1. Re: Why my POJO is not working in my doPost servlet?

    Thank you angstream, after ammend my line as below, there's no more error (for the time being).


    MembersBean member = new MembersBean();
    member.setFullName(strName);
  2. Why my POJO is not working in my doPost servlet?

    I am trying to add POJO onto my existing doPost servlet cos I think this is the acceptable standard and want to try things out.

    So, what I did was to emulate after a POJO sample I found on the...
Results 1 to 2 of 2