History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17911
Type: Bug Bug
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

JSF faces-config.xml error

Created: 24 Apr 08 20:53   Updated: 24 Apr 08 21:04
Component/s: J2EE.JSF

Build: 7,757
Severity: Medium


 Description  « Hide
Support feedback:

IDEA is reporting that "Converter with such already exists in file face-config.xml". It's a custom converter that overrides the default MyFaces java.util.Date converter. Adding a converter-id tag works but then I get runtime errors. Here is the xml snippet:

<converter>        
    <converter-for-class>java.util.Date</converter-for-class>
        <converter-class>gov.fda.cdrh.commons.faces.converter.DateConverter</converter-class>
</converter>

Yes, it is true that it exists already in the faces-config.xml file that is included with myfaces-all.jar but I should be able to override it. Thanks.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.