I am supporting Widgets in my theme dKret2. I never had problems with the widgets plugin BUT the integrated support in WordPress 2.2 just doesn't work.
I can position all widgets BUT none is displayed on my actual page. There seems to be a bug with the dynamic_sidebar() function.
I register all my sidebars in functions.php with own names:
e.g.:
'register_sidebar(array('name'=>'Sidebar-Top'));'
and display them in sidebar.php using
'dynamic_sidebar('Sidebar-Top')'.
Even 2.3 alpha versions are affected. Do I have to register the sidebars any diffrent?