Hi,
I'm using jquery with wicket. I use jqTransform to skin all of my form components. This all works fine until it comes to skinning components that are added via ajax. I have manged to recall the jqTranform function from wicket and they are redecorated however the problem is that the components are already rendered when they are re-skinned which causes them to briefly flash from the old style to the new style.
Hopefully that makes sense!
I appreciate any help!