On Fri, May 23, 2008 at 2:20 AM, Davidoff <[EMAIL PROTECTED]> wrote: > > I'm 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 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?
include a hidden webmarkupcontainer which you then replace with some other component that contains the mail content when the header is clicked. replace 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 the 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.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
