Only one converter instance for JSF rendering
---------------------------------------------
Key: JBSEAM-2925
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2925
Project: Seam
Issue Type: Bug
Components: JSF Integration
Affects Versions: 2.0.1.GA
Reporter: Benjamin Graf
If you use a @Converter annotated class as an JSF converter together with a facelets
taglib definition you'll get a buggy behaviour.
Since @Converter annotated classes have to be seam components only one instance per
conversation could be created. If you use that converter several times on the same page
you will get the same instance for every object to render. Since taglibs are written to
use converters with different parameters this behaviour leads to wrong rendered HTML
pages.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira