Re: Ajax ListView as Gmail

2008-05-30 Thread Davidoff
w Manager("AjaxUbiMailDB",1000); >>>>>>> >> user=manager.authenticate(username, password); >>>>>>> >>add(new Label("message","Hello " + >>>>>>

Re: Ajax ListView as Gmail

2008-05-29 Thread Igor Vaynberg
>> >> password")); >>>>>> >>System.out.println("Error on opening pop >>>>>> folder >>>>>> or >>>>>> >> something else"); >>>>>> >>

Re: Ajax ListView as Gmail

2008-05-29 Thread Davidoff
// finally add the container to the page >>>>> >>add(listContainer); >>>>> >>user.closePopServer(); >>>>> >>modal = new ModalWindow("modal"); >>>>> >>

Re: Ajax ListView as Gmail

2008-05-27 Thread Davidoff
t; >> AjaxLink("mess") { >>>> >>public void >>>> >> onClick(AjaxRequestTarget target) { >>>> >> >>>> >> >>>> >> GetMessage getMessage; >>>>

Re: Ajax ListView as Gmail

2008-05-27 Thread Igor Vaynberg
;>}; >>> >> >>> >> rate.add(new >>> >> Label("prova",String.valueOf(msg.getMessageNumber(; >>> >> >>> >> item.add(rate); >>> >> >>> &

Re: Ajax ListView as Gmail

2008-05-24 Thread Iman Rahmatizadeh
user.openPopServer(); > >> try { > >>messages=folder.getMessages(); > >>} catch (MessagingException e) { > >>

Re: Ajax ListView as Gmail

2008-05-23 Thread Davidoff
creating a simple webmail application: i've created a listview >>>> where >>>> the >>>> items are rows containing the number of the message, the subject and so >>>> on... my target is to reproduce what Gmail does: clicking on the number &

Re: Ajax ListView as Gmail

2008-05-23 Thread Igor Vaynberg
he message, the subject and so >>> on... my target is to reproduce what Gmail does: clicking on the number >>> of a >>> mail i wanto to read it's content, and clicking again i want to return to >>> the list (the content collapses).How can i do this? >> &g

Re: Ajax ListView as Gmail

2008-05-23 Thread Davidoff
lace it back with a webmarkupcontianer to collapse. > >> Second question: i created a list like this >> http://www.google.it/search?q=ajax+listview&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:it:official&client=firefox-a >> but even if i send emails to t

Re: Ajax ListView as Gmail

2008-05-23 Thread Igor Vaynberg
he address in list, the listview will not > refresh(the messages are always the same). show us some code -igor > -- > View this message in context: > http://www.nabble.com/Ajax-ListView-as-Gmail-tp17421986p17421986.html > Sent from the Wicket - User mailing list archive at Nabble.co

Ajax ListView as Gmail

2008-05-23 Thread Davidoff
listview will not refresh(the messages are always the same). -- View this message in context: http://www.nabble.com/Ajax-ListView-as-Gmail-tp17421986p17421986.html Sent from the Wicket - User mailing list archive at Nabble.com. -