[Seaside] Re: Tons of rest ful url

Lukas Renggli renggli at gmail.com
Wed Feb 18 07:58:07 UTC 2009


> The idea is the get url like /nomenclature/discipline-2007.html
>
> Is it possible?

Sure, you just do a two step lookup. First you lookup your catalog
object using #lookupInCatalog: and then you lookup the attribute using
another method. Note that aRequest knows the complete request URL, so
you can for example look at its parameters using

     aRequest at: 'attribute'

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list