[
https://issues.jboss.org/browse/JBIDE-10738?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-10738:
----------------------------------------
Yes, it's correct. As-you-type validation doesn't create markers. You should see
only problems in the editor. When you save the file then the builder validator creates
problem markers.
As-you-type EL validation
-------------------------
Key: JBIDE-10738
URL:
https://issues.jboss.org/browse/JBIDE-10738
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Labels: new_and_noteworthy
Fix For: 4.0.0.Alpha1
Attachments: JBIDE-10738.patch
It would be great to have as-you-type validation for EL in java/xhtml/jsp/xml files.
1. Create JSF 2 KickStart project.
2. Open inputname.xhtml
3. Type #{user.names}. Don't save the file!
4. There should be a warning on "names".
5. Remove "s" in "names": #{user.name}
6. The warning is gone.
This should work in java/xml/jsp files as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira