Re: Picking different CSS for different styles.

2010-04-09 Thread Apple Grew
Hey Thanks a lot. I guess header contributor will be the best choice. Regards, Apple Grew my blog @ http://blog.applegrew.com/ On Fri, Apr 9, 2010 at 11:31 PM, Jeremy Thomerson wrote: > Inline > > On Fri, Apr 9, 2010 at 12:55 PM, Apple Grew wrote: > > > @Jeremy > > > > If generated Htmls

Re: Picking different CSS for different styles.

2010-04-09 Thread Jeremy Thomerson
Inline On Fri, Apr 9, 2010 at 12:55 PM, Apple Grew wrote: > @Jeremy > > If generated Htmls are not cached then how does wicket achieve such good > performance? I guess the markups are loaded in memory and the wicket > components are filled-in at each request. Is it so? Yes - the markup is

Re: Picking different CSS for different styles.

2010-04-09 Thread Apple Grew
@Jeremy If generated Htmls are not cached then how does wicket achieve such good performance? I guess the markups are loaded in memory and the wicket components are filled-in at each request. Is it so? So, if I have a tag that points to a static url which is modified at runtime by AutoLinkResolve

Re: Picking different CSS for different styles.

2010-04-09 Thread Jeremy Thomerson
Wicket does not cache the *generated HTML, which is I believe what you are concerned about.* -- Jeremy Thomerson http://www.wickettraining.com On Fri, Apr 9, 2010 at 12:18 PM, Igor Vaynberg wrote: > why does it matter if html is cached? you already said its all the same. > > as far as css reso

Re: Picking different CSS for different styles.

2010-04-09 Thread Igor Vaynberg
why does it matter if html is cached? you already said its all the same. as far as css resource caching, the theme name is in the url to the css resource as per your example, so once again why does it matter if its cached? -igor On Fri, Apr 9, 2010 at 10:07 AM, Apple Grew wrote: > Hi All, > > I

Picking different CSS for different styles.

2010-04-09 Thread Apple Grew
Hi All, I am trying to create a themable wicket application which has one html per page but different CSS files to change its looks. The CSS files are referenced in the of the html. The CSS files have been named as - -all.css. I am very well able to dynamically generate the CSS urls based on the