see texttemplate -- Jeremy Thomerson http://www.wickettraining.com
On Thu, Sep 10, 2009 at 12:57 AM, Vladimir Kovalyuk <koval...@gmail.com>wrote: > Richfaces has one useful feature. It parses .xcss files, finds expressions, > evaluates them and replaces expressions with evaluated values. > > for instance: > > td.odd { > background-color: ${some.expression}; > } > > Does anybody know something similar that could be employed in Wicket? >