Hi there, I tried to get the t:inputHtml component running with jsf 1.2 RI and facelets. I first had to patch the component because of a class-cast-exception, which occurs when it is trying to save a marker-variable in the request-map with a class-object as key (1.2 RI casts all keys in the map to String). Then I could get it running with IE, but firefox complains, that there is no namespace bound to the markup generated by t:inputHtml. (<xml> .... </xml>). How can this be fixed? Is the inputHtml component compatible with application/xhtml+xml contentType? Thanks & greets! Clemens

