[Seaside] Changes in newer seaside?

Markus Fritsche Fritsche.Markus at gmx.net
Sat Oct 4 23:38:40 CEST 2003


Hi!

I have revisited an application I haven't touched for three months. Is 
there a change in newer seaside that cause the following snippet not to 
work - or should I take a closer look at my code?

When I click the link, the form is submitted, but the subcomponent isn't 
called.

html form: [
    html
        submitButtonWithAction: [article
            lieferant: (self
                call: (DIAAddressApplication new selectionActivated: true))]
    text: 'Lieferant: '].

Regards, Markus



More information about the Seaside mailing list