[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9366) Support FacesConverter for JSF 2

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Jul 20 14:59:23 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615508#comment-12615508 ] 

Alexey Kazakov commented on JBIDE-9366:
---------------------------------------

Yes, I see those converters and I see how they are used in xhtmls:
{code}
<h:outputText value="#{codeFragment.text}">
   <f:converter converterId="truncatingConverter"/>   
</h:outputText>
{code}
But I don't see any EL expression in the project which uses this converters.
{quote}
Not supporting it gives errors in xhtml where it is used in EL expressions.
{quote}
So my question is what we should support exactly? We can add converters into JSF model, it's not a big deal. But I don't see any use cases where we could use it.

> Support FacesConverter for JSF 2
> --------------------------------
>
>                 Key: JBIDE-9366
>                 URL: https://issues.jboss.org/browse/JBIDE-9366
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>            Reporter: Max Rydahl Andersen
>            Assignee: Alexey Kazakov
>
> See pastecode example in Weld for usage of @FacesConverter.
> Not supporting it gives errors in xhtml where it is used in EL expressions.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list