[Seaside] Stylesheets of child components?

Julian Fitzell julian at beta4.com
Sat Jun 21 16:42:56 CEST 2003


Markus Fritsche wrote:
> Hi!
> 
> I have a question (maybe my way of solving the problem is just wrong): I 
> have a (navigation-) component  with an instance variable "activeApp". 
> In Navigation>>#renderContentOn: I do "activeApp renderContentOn: html". 
> This way, the stylesheet in "activeApp" will not be published...
> So how do I embed several views in a navigation component?

Hi Markus,

You should do either:

html render: activeApp.

or:

activeApp renderOn: html.

#renderOn: calls several other methods, including #renderContentOn: and 
the method that builds the stylesheet info.

Julian


-- 
julian at beta4.com
Beta4 Productions (http://www.beta4.com)



More information about the Seaside mailing list