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

Key: IDEA-16020
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

Faces Context file shows an error on property class

Created: 26 Oct 07 02:16   Updated: 26 Oct 07 12:14
Component/s: J2EE.JSF

Build: 7,364
Severity: Medium


 Description  « Hide
Support feedback:

Faces Context file shows an error on property class: cannot resolve symbol com.ca.compliance.ui.jsf.core.BasicTabBackingBean

The line appears in red.

Yet when I put the cursor on the class name and go Ctrl + B...IDEA successfully takes me to the class.

Why is it coming up in red when IDEA knows about the class?

Here is the Faces Context snippet...

<managed-property>
                        <property-name>
                                tabBackingBean
                        </property-name>
                        <property-class>
                                com.ca.compliance.ui.jsf.core.BasicTabBackingBean
                        </property-class>
                        <value>#{complianceSourcesTabBackingBean}</value>
                </managed-property>

Note: there are no errors in this file...I am able to run my web app without any problems



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