[Seaside] Ajax and decomposition views

Archit Baweja architbaweja at gmail.com
Thu Jul 31 16:04:32 UTC 2008


You could try the #call/#answer mechanism.

html listItem
    onClick: [ self call: aDetailsViewComponent ].

On Wed, Jul 30, 2008 at 3:44 PM, VAM <fattigra at mail.ru> wrote:
>
> My question is trivial, but I can't find same exactly theme.
>
> I have ListViewComponent for rendering any collection. User may select item
> and another component DetailsView must shows detail information about
> selected item.
>
> ListView don't know about DetailsView, because I can't write
> html listItem
>    onClick: (html updater id: 'DetailsView'; callback: [:renderer | self
> renderDetailsOn: renderer]).
>
> How right make decomposition in my case?
>
> --
> View this message in context: http://www.nabble.com/Ajax-and-decomposition-views-tp18730184p18730184.html
> Sent from the Squeak - Seaside mailing list archive at Nabble.com.
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list