[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1075) Support for Seam2 imports in EL autocompletion

Gavin King (JIRA) jira-events at lists.jboss.org
Fri Oct 12 13:01:54 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1075?page=comments#action_12382209 ] 
            
Gavin King commented on JBIDE-1075:
-----------------------------------

These ones are truly *global* imports. They work everywhere.

> Support for Seam2 imports in EL autocompletion
> ----------------------------------------------
>
>                 Key: JBIDE-1075
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1075
>             Project: JBoss Tools
>          Issue Type: Feature Request
>          Components: Seam
>            Reporter: Gavin King
>            Priority: Minor
>             Fix For: 2.0.0.CR1
>
>
> Seam2 supports the notion of "global imports", which let you use an unqualified name for anything in the namespace, for example:
> <components xmlns="http://jboss.com/products/seam/components"
>             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>             xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
>   <import>org.jboss.seam.core</import>
>   <import>org.jboss.seam.transaction</import>
>   <import>org.jboss.seam.framework</import>
>   <import>org.jboss.seam.web</import>
>   <import>org.jboss.seam.faces</import>
>   <import>org.jboss.seam.international</import>
>   <import>org.jboss.seam.theme</import>
>   <import>org.jboss.seam.pageflow</import>
>   <import>org.jboss.seam.bpm</import>
>   <import>org.jboss.seam.jms</import>
>   <import>org.jboss.seam.mail</import>
>   <import>org.jboss.seam.security</import>
>   <import>org.jboss.seam.captcha</import>
>   
> </components>
> But the EL autocompletion ignores this stuff.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list