Hi, I'm writing an application that fetches data from a web service.
I have no problem to retrieve the data.
My model (of retrieved data) is similar to the following:
- id
- name
- surname
- address
I want to show it in a multilist, and i know how to do it by passing a map 
like this:
"Line1" -> id
"Line2" -> name
etc.
The problem is that i want to show only few lines (e.g. name, surname) and, 
when i click on the object, i want to open another form with the detail 
(id, name, surname, address).
I have no idea how to do it!

Thank you!!

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1662307e-114e-4038-bd00-d16b8eb22c96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to