[Seaside] magritte - processing after pressing 'save'

sergio_101 sergiolist at village-buzz.com
Sat Mar 6 21:59:56 UTC 2010


in my case, after an address is entered, and the object is saved, i
would like to further process it by geolocating the address and
storing the longitude and latitude..

the form is currently generated using magritte, as follows:

initialize
	super initialize.
	interestPointForm := (InterestPoint repository at: 1) asComponent.
	interestPointForm addValidatedForm.

line 3 is only there, because i need a little help in figuring out how
to pass a new object to the form..

but anyway..

should i just overload the InterestPoint 's 'save' method? this
doesn't seem to be working..

thanks!
-- 

----
peace,
sergio
photographer, journalist, visionary

http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101


More information about the seaside mailing list