Hi,
I am using wicket and jquery. I'm using the jqtransform to skin my form components. This all works fine until it comes to skinning components that are added via ajax. I do a call from my wicket application to the jqtransform function and it skins the newly added components however it reskins them after they are already rendered and you can see them flash from the old style to the new style??
So basically I just want to know how to reskin components added via ajax before they are rendered.
Hopefully that makes sense!
Any help is appreciated!