[Seaside] least painful way to make my stylesheet *first*

Randal L. Schwartz merlyn at stonehenge.com
Thu Dec 13 01:06:38 UTC 2007


>>>>> "Boris" == Boris Popov <boris at deepcovelabs.com> writes:

Boris> Randal,
Boris> In your root component,

Boris> updateRoot: aRoot
Boris>   aRoot stylesheet url: 'myurl'.
Boris>   super updateRoot: aRoot.

Tried that.  Turns out the libraries actually get first pick (during session
setup), before it gets to walking the components.  And some of the libs
implement an updateRoot.

That's why I'm headed into the "making a lib" area.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


More information about the seaside mailing list