]
Max Rydahl Andersen resolved JBIDE-6352.
----------------------------------------
Resolution: Done
Wrong error marker for unresolved EL.
-------------------------------------
Key: JBIDE-6352
URL:
https://jira.jboss.org/browse/JBIDE-6352
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.0.M1
1. Create a seam project.
2. Add getFoo() method to Authenticator.java:
@Name("authenticator")
public class Authenticator {
public String getFoo() {
return "";
}
}
3. Add #{authenticator.foot.compareTo()} to home.xhtml. Save home.xhtml, build the
project.
4. EL validator marks compareTo() as unresolved but should mark foot.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: