I have an existing
JSP which returns some html, which is a list of student names in alphabetical order.
Now if i access that jsp with J2ME, how can j2me will display all those names ?
In what format, do i have to send response back to J2ME phone ?
Any help ??