[jboss-user] [JBoss Seam] - Re: Cannot use a custom Converter...

2007-03-02 Thread jdijkmeijer
Hmm not sure about the @name thing but I used it as an attribute to the managerbean class, and than as innerclass as the converters are very specific to the managerbeans. converter=#{titlemanager.titleconverrter} View the original post :

[jboss-user] [JBoss Seam] - Re: Cannot use a custom Converter...

2007-03-02 Thread mgervais
Hi, it's corrected, it was a very stupid error, the exception wasn't very clear, there was a space in the converter attribute: converter=#{titleconverrter} so now I've that: converter=#{titleconverrter} Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Cannot use a custom Converter...

2007-03-01 Thread mgervais
Does somebody has an idea?I 'm doing the same thing as in examples... I've re checked everythng... I dnt understand why the exceptio says I've a String instead of a Converter class... Cannot convert [EMAIL PROTECTED] of type class java.lang.String to interface javax.faces.convert.Converter