[Seaside] RE: magritte - MASingleOptionDescription as an orderCollection

sergio_101 sergiolist at village-buzz.com
Sat Mar 6 21:44:00 UTC 2010


okay, by reading this thread several times, and going over the page in
the book that covers this several times..

i have cobbled this together:

descriptionSiteType
    ^ MASingleOptionDescription new
	reference: SiteType descriptionTitle asContainer;
	options: SiteType repository asArray;
        accessor: #siteType;
        label: 'SiteType';
	beRequired;
	beSorted;
        priority: 15;
        yourself

which works!

my only concern is that  am not entirely sure why or how..

is this something i don't need to concern myself about yet? or should
i mull this over a bit more..

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