[Seaside] Override File Libraries

Philippe Marschall philippe.marschall at gmail.com
Tue Oct 26 18:48:57 UTC 2010


2010/10/26 Robert Sirois <watchlala at hotmail.com>:
> I overrode #urlOf:using: on my WAFileLibrary to the following:
> urlOf: aSymbol using: aHandler
> ^'/resources/', (self asFilename: aSymbol).
> I'm not sure how kosher this is, but it works anyway....

Yeah, if you don't want to recode anything and just want to catch the
senders of this file library then this will work.

Cheers
Philippe


More information about the seaside mailing list