[Seaside] WAPageExpired Error: can't find the problem..

sergio_101 sergiolist at village-buzz.com
Sun May 16 06:07:59 UTC 2010


okay, i have a function that calls a magritte form..

the renderContentOn: html

has this line in it:

[ (html anchor) callback: [ self addNewSighting ]; with: 'Add your Sighting!' ]

---

self addNewSighting

look like this:

addNewSighting
	sighting := rootComponent mainArea
		call:
			((InterestPoint new asComponent)
				addValidatedForm;
				yourself).
	InterestPoint addNewSighting: sighting.


---

when i run this the very first time, it runs great..

once i move around the site a bit.. i hit it, and nothing happens..

i put a breakpoint in there, and stepped through.. right when it gets to this:

	sighting := rootComponent mainArea
		call:
			((InterestPoint new asComponent)
				addValidatedForm;
				yourself).

i get this error:

withNotificationHandler: aBlock
	^ aBlock on: WARenderNotification , WAPageExpired do: [ :n | ]

any ideas?

this is driving me crazy..

thanks!

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

http://www.CodingForHire.com
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