[Seaside] anchor with mailto

Sebastian Sastre ssastre at seaswork.com
Mon Mar 23 20:32:02 UTC 2009


hi there,
if I use this:

	html anchor
		callback:[:r| self session redirectTo: self mailto];
		with: 'mail me'

clicking it and the next page is blank. 
in the other hand if I make this:

	html popupAnchor
		callback:[:r| self session redirectTo: self mailto];
		with: 'mail me'

clicking it and the original session page is preserved, the mailto behaves as
expected but an unwanted blank page is poped up. 
so.. how do you use a mailto these days?
thanks,
sebastian 



More information about the seaside mailing list