That looks like a 1.2 issue, not a 1.1.5 issue (but I am not 100% sure on this though).
I am also on 1.1.5, and had a look at the MyFaces core source, and it looks fine to me: h:inputText -> HtmlInputText uses HtmlTextRenderer HtmlTextRenderer extends HtmlTextRendererBase HtmlTextRendererBase calls RendererUtils.getStringValue (in shared_impl package) If the component has no submitted value, and is not null, and the converter is not null, and the value is not an instance of string, then the value is converted. See lines 199 to 263 of : org.apache.myfaces.shared_impl.renderkit.RendererUtils from the 1.1.5 core source Check to make sure the above conditions are true in your case (I'm not sure that is what the JSF specification is supposed to be though -- that it doesn't convert strings). -Andrew On 5/24/07, Costa Basil <[EMAIL PROTECTED]> wrote:
Currently I have a page with inputText components that don't seem to use the converters specified upon rendering the page the first time (i.e. when I get to the page via a http get). I found this issue: http://issues.apache.org/jira/browse/MYFACES-1561 which seems to describe the same problem I am experiencing. I am using myfaces 1.1.5 core & tomahawk 1.1.5. Can you please tell me to which version have the patches in the issue been applied? Thanks ________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail

