I have a seaside call like this:
result := self call: (SurveyResponse new asComponent addValidatedForm;
yourself).
I can't figure out how to get the css to be applied to this component.
(Having SurveryReponse implement #style doesn't do it, nor does having it
defined in the class making the call do it).