[Seaside] Changes in newer seaside?

Avi Bryant avi at beta4.com
Sat Oct 4 15:00:39 CEST 2003


On Saturday, October 4, 2003, at 01:38 PM, Markus Fritsche wrote:

> 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: '].
>
I can't see anything in particular in that code that shouldn't work.
Do you know if that action block is getting executed at all?



More information about the Seaside mailing list