Hi
1. how to validate the textfield , textbox in j2me.
2. How to post multiple parameters via HTTP in j2me
Please reply ASAP with examples on the same.
Hi
1. how to validate the textfield , textbox in j2me.
2. How to post multiple parameters via HTTP in j2me
Please reply ASAP with examples on the same.
Last edited by rachelwiz; 2010-07-06 at 07:41.
If you want to validate the input as user enters the data - try ItemStateListner() and check for valid inputs.how to validate the textfield , textbox in j2me.
If you want to use GET request, pass them all with ? in URL and & seperated to the server.How to post multiple parameters via HTTP in j2me
If you want to use POST method, pass all these parameters in stream as key/value pairs.