Hello I have a strange scenario where the same script
bb.command.transform(controlProp,controlToPropertyEditorXSL,[],propertyTab,'lastChild');(
works in IE but gives behavior ssd:propEntry not found error in FireFox 3.5.7. ssd namespace is declared in xsl file .
How do I even go about debugging this?

I have no clue. Maybe you
25 January, 2010 - 12:20 — ghicaI have no clue. Maybe you can give more information, or a real testcase.
In general, for debugging, the Backbase debugger and FF firebug are your best friends.
In general, you should try to find an example which does work, and then expand it to something where you hit the problem, to be able to pinpoint where it goes wrong.
Cheers, Ghica.