I've written a Seam component JSF Converter. It works great if I specify an
<f:converter> tag on my input. However if I specify
@org.jboss.seam.annotations.jsf.Converter(forClass=String.class)
and leave off the <f:converter>, the converter isn't called even if there is a
String value binding. Any tips? Is Seam not able to override the JSF defaults? I
suppose forClass=Foo.class (no default converter) could be an intended usage patter, but
figured I'd ask those in the know.
I'm on Seam 1.2.1GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036824#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...