[Seaside] Changes in newer seaside?

Markus Fritsche Fritsche.Markus at gmx.net
Sun Oct 5 00:16:06 CEST 2003


Avi Bryant wrote:

>
>> html form: [
>>    html
>>        submitButtonWithAction: [Transcript show: 'was here'; flush. 
>> 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?

Prints "was here" to the Transcript. If I add an application with 
DIAAddressApplication, it renders correctly. Also, DIAAddressApplication 
is used elsewhere as a subcomponent (using renderOn:), and that works...

Regards, Markus



More information about the Seaside mailing list