[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-9307) OpenOn for EL in Java sources works only in Seam projects

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Wed Jul 6 18:33:23 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Azarov updated JBIDE-9307:
---------------------------------

    Description: 
If we have some string which looks like EL we should threat it as EL and provide OpenOns for it.
The list of all the available ELs is provided by PageContextFactory and it works for Java, XML, xhtml and jsp files if the project has KB builder.
Code completion and validation uses the PageContextFactory to find ELs so it works for java sources.
But OpenOns seem to work only in Java sources of Seam projects. Also it doesn't work for XMLs if EL is within some tag body.
OpenOns should use PageContextFactory to figure out is the string is a EL and work w/ any EL supported by PageContextFactory.

  was:
If we have some string which looks like EL we should threat it as EL and provide OpenOns for it.
The list of all the available ELs is provided by PageFactory and it works for Java, XML, xhtml and jsp files if the project has KB builder.
Code completion and validation uses the PageFactory to find ELs so it works for java sources.
But OpenOns seem to work only in Java sources of Seam projects. Also it doesn't work for XMLs if EL is within some tag body.
OpenOns should use PageFactory to figure out is the string is a EL and work w/ any EL supported by PageFactory.



> OpenOn for EL in Java sources works only in Seam projects
> ---------------------------------------------------------
>
>                 Key: JBIDE-9307
>                 URL: https://issues.jboss.org/browse/JBIDE-9307
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299), JSF
>    Affects Versions: 3.3.0.M2
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 3.3.x
>
>
> If we have some string which looks like EL we should threat it as EL and provide OpenOns for it.
> The list of all the available ELs is provided by PageContextFactory and it works for Java, XML, xhtml and jsp files if the project has KB builder.
> Code completion and validation uses the PageContextFactory to find ELs so it works for java sources.
> But OpenOns seem to work only in Java sources of Seam projects. Also it doesn't work for XMLs if EL is within some tag body.
> OpenOns should use PageContextFactory to figure out is the string is a EL and work w/ any EL supported by PageContextFactory.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list