[Seaside] Weird back button problem

Johan Brichau johan at inceptive.be
Fri Apr 6 10:35:45 UTC 2012


It's a guess but did you try replacing

	value: 'Back'

with

	with: 'Back'

?

Otherwise, a snippet of the 'weird rendering' might help

Johan

On 05 Apr 2012, at 23:10, Lawrence Kellogg wrote:

> Hello,
>  I noticed a weird issue with rendering the Back button. If I have 
> 
> renderBackButtonOn: html
> 	html break.
> 	html cancelButton
> 		class: 'btn';
> 		callback: [ self back ];
> 		value: 'Back'.
> 	html break
> 
> and this:
> 
> back
> 	self answer: false
> 
> and then this:
> 
> 	html
> 		form: [ 
> 			self renderBackButtonOn: html.
> 
> 			self resources do: [: each | html render: each].
> 			
> 			self renderBackButtonOn: html].
> 		
> 
> I often see the case where the first rendering of the Back button works correctly, but the last render does not work. I press the button and nothing happens. Any idea what is going on here? 
> 
>  Regards, 
> 
>  Larry Kellogg
>  www.practicemusic.com
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list