[ 
https://issues.jboss.org/browse/JBSEAM-4955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marek Novotny updated JBSEAM-4955:
----------------------------------

    Workaround Description: 
Use equivalent JSF 2 f:converter and f:validator tags:
* Instead of <s:convertEntity/> use <f:converter 
converterId="org.jboss.seam.ui.EntityConverter" />
* Instead of <s:convertEnum/> use <f:converter 
converterId="org.jboss.seam.ui.EntityConverter" />
                Workaround: Workaround Exists

    
> Custom converter tags are not available
> ---------------------------------------
>
>                 Key: JBSEAM-4955
>                 URL: https://issues.jboss.org/browse/JBSEAM-4955
>             Project: Seam 2
>          Issue Type: Bug
>          Components: JSF Controls
>    Affects Versions: 2.3.0.BETA2
>            Reporter: Marek Novotny
>
> Richfaces CDK 4 doesn't support generation of custom tags for converters in 
> case you use @JsfConverter neither adding and combining generated taglib 
> configuration with existing fragment of taglib.xml file

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
seam-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to