CLDC does not have List, you must use Array. This is because memory is expensive on CLDC.
CDC has List, of course, also more memory too. If you are using CLDC I guess you have to send raw HTTP request by yourself, it's not very hard. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1049838

