Re: Converter-For-Class : getAsObject does not get called

2008-03-20 Thread Michael Heß
Short update: Since the JspValueExpression class is part of Tomcat, and I was also able to reproduce this behaviour with the SUN RI, I decided to file a bug against Tomcat. https://issues.apache.org/bugzilla/show_bug.cgi?id=44637 bye, Michael Michael Heß schrieb: Martin, I looked into it

Re: Converter-For-Class : getAsObject does not get called

2008-03-17 Thread Michael Heß
Martin, I looked into it further. I tracked it down to be in the SharedRendererUtils.findUIOuputConverter(). In MyFaces 1.1.5 in line 58 I see: Class valueType = vb.getType(facesContext); The returned valueType is as expected (meaning my custom type I created the converter for), e.g.

Re: Converter-For-Class : getAsObject does not get called

2008-03-14 Thread Michael Heß
Sure, I´ll look further into it, and keep you posted. bye, Michael Martin Marinschek schrieb: Hi Michael, no, this is not a known problem. Can you please re-test carefully, and if you keep seeing this problem, file an issue? regards, Martin On Thu, Mar 13, 2008 at 3:40 PM, Michael Heß

Converter-For-Class : getAsObject does not get called

2008-03-13 Thread Michael Heß
Hi List, I'm having some strange issues with a custom converter I just created. The converter works as expected, if it is mapped by converter-id in faces-config and is used with a corresponding converter attribute in the inputText. Now, I changed the converter declaration in faces-config to

Re: Converter-For-Class : getAsObject does not get called

2008-03-13 Thread Martin Marinschek
Hi Michael, no, this is not a known problem. Can you please re-test carefully, and if you keep seeing this problem, file an issue? regards, Martin On Thu, Mar 13, 2008 at 3:40 PM, Michael Heß [EMAIL PROTECTED] wrote: Hi List, I'm having some strange issues with a custom converter I just