Don't validate injection points with @InputField qualifier
----------------------------------------------------------
Key: JBIDE-8576
URL:
https://issues.jboss.org/browse/JBIDE-8576
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M1
We can't know what actual bean will be injected in @Inject @InputField injection
points since it depends on input text tag which uses the corresponding validator. This
info is available only in runtime. So let's just ignore such injections and don't
mark them if we can't find an eligible bean.
See
http://docs.jboss.org/seam/3/faces/latest/reference/en-US/html/components...
for details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira