Re: [Wicket-user] wicket.markup.transformer - what does it do

2006-02-11 Thread James McLaughlin
Transformers are used to post process components after they have been rendered. For instance, the XsltTransformerBehavior is used to apply a stylesheet to the rendered markup of a component. I have been using this with some success to generate _javascript_ from xml, but there are probably a billion other uses.
hth,jimOn 2/11/06, karthik Guru <[EMAIL PROTECTED]> wrote:
Any examples on the usage of wicket.markup.transformer? Yes i can read the javadocs but it would be of great help if somebody could explain this with a simple example.  When am i likely to need this? I can take it up from there by reading the source code.
thanks,karthik




[Wicket-user] wicket.markup.transformer - what does it do

2006-02-11 Thread karthik Guru
Any examples on the usage of wicket.markup.transformer? Yes i can read the javadocs but it would be of great help if somebody could explain this with a simple example.  When am i likely to need this? I can take it up from there by reading the source code.
thanks,karthik