[Seaside] VM Crash on submit button

Lawrence Kellogg mac.hive at me.com
Tue Sep 27 10:09:00 UTC 2011


Hello,
  I have been playing with Seaside a bit and I have one view class 
that crashes the VM, on the Save button. The breakpoint in my 
save method is never called. 

  All I have is this: 

html submitButton
				callback: [ self save ];
				value: 'Save'.

and 

save
  self halt.   

which I have done in other views, without a problem. I upgraded to Seaside 3.0.6 
but it didn't make any difference, I still get the same crash. Could it have something to 
with my use of html form: ? Whether or not I registered the view? I did, I think. 

  I'm stumped. Any ideas?

  Regards, 

  Larry


More information about the seaside mailing list