Re: CSS Templating

2010-05-11 Thread Eric Hamel
AM To: users@wicket.apache.org Subject: CSS Templating All, I've been exploring the use of TextTemplateHeaderContributor.forCss method to build a CSS template for multiple application. Take for example: IModelMapString, Object model = new

Re: CSS Templating

2010-05-10 Thread Eric Hamel
considering a separate CSS generator that doesn't generate CSS at 'page render time'. -Original Message- From: Eric Hamel [mailto:dantehick...@gmail.com] Sent: Saturday, 8 May 2010 5:52 AM To: users@wicket.apache.org Subject: CSS Templating All, I've been exploring the use

Re: CSS Templating

2010-05-10 Thread Jeremy Thomerson
'. -Original Message- From: Eric Hamel [mailto:dantehick...@gmail.com] Sent: Saturday, 8 May 2010 5:52 AM To: users@wicket.apache.org Subject: CSS Templating All, I've been exploring the use of TextTemplateHeaderContributor.forCss method to build a CSS template for multiple

Re: CSS Templating

2010-05-09 Thread Igor Vaynberg
usually you would simply write a servlet to do it, but if you insist on doing it in wicket... https://cwiki.apache.org/WICKET/dynamically-generate-a-css-stylesheet.html -igor On Fri, May 7, 2010 at 12:52 PM, Eric Hamel dantehick...@gmail.com wrote: All, I've been exploring the use of

RE: CSS Templating

2010-05-08 Thread Chris Colman
To: users@wicket.apache.org Subject: CSS Templating All, I've been exploring the use of TextTemplateHeaderContributor.forCss method to build a CSS template for multiple application. Take for example: IModelMapString, Object model = new AbstractReadOnlyModelMapString,Object(){ private static final

Re: CSS Templating

2010-05-08 Thread Alex Objelean
, etc). It integrates very easy in any j2ee application and is compatible with jdk-1.5 servlet-api-2.3. Alex Objelean -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CSS-Templating-tp2135587p2136149.html Sent from the Wicket - User mailing list archive at Nabble.com

CSS Templating

2010-05-07 Thread Eric Hamel
All, I've been exploring the use of TextTemplateHeaderContributor.forCss method to build a CSS template for multiple application. Take for example: IModelMapString, Object model = new AbstractReadOnlyModelMapString,Object(){ private static final long serialVersionUID = 1L; @Override public