[Seaside] WASystemConfiguration - rendering a button?

AA aa at serendip.demon.co.uk
Fri Feb 19 18:30:10 UTC 2010


Coincidentally, I just added a submitButton, with a callback, to my application, and then saw your post...

Running Seaside 3.0!

Amir



On Fri, 19 Feb 2010 18:13:46 +0000
John Thornborrow <john at pinesoft.co.uk> wrote:

> Hi,
> 
> I'm looking to migrate one of our apps to Seaside 3.0 from 2.8. One of
> our configurations has the below code:
> 
> GlorpConfiguration>>accept: aVisitor with: html
>     html form: [ html submitButton
>             callback: [ aVisitor application newGlorpSession
> recreateTables ];
>             text: 'Recreate Database Schema' ]
> 
> Having looked (briefly) there doesn't seem to be a suitable alternative
> in Seaside3.0
> 
> Is there something I have missed?
> 
> To summarize: I would like to add a button to my app's configuration
> page, that I can attach a callback to :)
> 
> Regards,
> John.


More information about the seaside mailing list