Bug 357885 - [JSF2.0] Support @FacesConverter for converter id validation
Summary: [JSF2.0] Support @FacesConverter for converter id validation
Status: RESOLVED FIXED
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4.0 M4   Edit
Assignee: Ian Trimble CLA
QA Contact:
URL:
Whiteboard: JSF2.0
Keywords: plan
Depends on:
Blocks:
 
Reported: 2011-09-15 17:14 EDT by Alexey Kazakov CLA
Modified: 2011-12-08 14:21 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Kazakov CLA 2011-09-15 17:14:39 EDT
Build Identifier: I20110613-1736

It would be nice if Facelet Validator recognizes converters annotated @FacesConverter.

Reproducible: Always

Steps to Reproduce:
1. Create a dynamic web project with JSF 2 facet.
2. Create a class annotated @FacesConverter("test")
3. Create an xhtml with the following code:
<h:outputText value="#{someEL}">
   <f:converter converterId="test"/>
</h:outputText>
4. Validate the project.
5. converterId="test" is marked as a problem: 'test' converter id is not registered.
Comment 1 Cody Lerum CLA 2011-11-07 12:25:24 EST
This is now the only issuing throwing warnings on my EE6 CDI project.
Comment 2 Ian Trimble CLA 2011-11-25 16:29:45 EST
Fix committed to HEAD at 2011/11/25 01:29PM PDT.
Comment 3 Raghunathan Srinivasan CLA 2011-12-08 13:42:49 EST
Update Target Milestone