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

Key: IDEA-16832
Type: Bug Bug
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

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

Bogus faces-cofig.xml inspection warning when overriding renderer

Created: 09 Jan 08 01:16   Updated: 10 Jan 08 15:27
Component/s: Code Analysis. Inspection

File Attachments: None
Image Attachments:

1. renderer.png
(8 kb)

Build: 7,613


 Description  « Hide
I am using the Trinidad JSF library, but need to replace one of the renderers with my own version.
To do that I need to specifiy the render-kit-id, but as soon as I do that, Idea warns that a "Renderkit with such name already exists in file 'faces-config.xml'"
<render-kit>
     <render-kit-id>org.apache.myfaces.trinidad.core.desktop</render-kit-id>
       <renderer>
         <component-family>org.apache.myfaces.trinidad.Output</component-family>
         <renderer-type>org.apache.myfaces.trinidad.Text</renderer-type>
         <renderer-class>com.lufthansatechnik.productcatalog.jsf.OutputTextRenderer</renderer-class>
      </renderer>
   </render-kit>


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