Hi Simon (and Mario) > > Yes, definitely. This is just a block of "verbatim" text, which is written > out very efficiently. Using a component to write the same text is much > slower and gains nothing.
well - not quite. in JSF1.2, every static text in your app will be converted to a JSF-component. So you will gain not much in processing time by using static text. However, you will save memory due to less state needing to be saved. regards, Martin

