itsme213 wrote:
> I have domain classes House and Room, and SUComponents HouseView and
> RoomView, each directly editable.
>
> HouseView contains (via inst-var) a list of RoomViews and a '++' anchor
> which adds a new room to the House.
>
> How do I get the '++' to correctly update only the list of RoomViews in
> the browser (via Ajax)? What should #children look like for HouseView?
I don't know about SUComponents but you may try to create a component
rendering a collection of other components. On '++' callback, ask for
this collection component to refresh.
Hope that helps
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside