[Seaside] initialRequest question

Oleg Richards orichards at mail.ru
Sun Nov 4 20:37:11 UTC 2007


Hell Guys!

I would like to know where should i implement this method. My  
application root class is SOReporting. I want class with name  
SOExternalAPI, which will handle bookmarkable requests from flash.  
Where should i put this code.

This sample assumes, that it is in SOExternalAPI:

initialRequest: aRequest
	('*/api/get_range' match: (aRequest url)) ifTrue: [self getRange:  
aRequest]
	ifFalse: [ super initialRequest: aRequest ]

Cheers, Oleg


More information about the seaside mailing list