[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2394) Seam EL is absent in proposal list of CA if there is no space between { and end of tag.

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Mon Jul 14 06:39:26 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2394?page=comments#action_12421140 ] 
            
Victor Rubezhny commented on JBIDE-2394:
----------------------------------------

WTP treats the "/>" character combination as no-body tag closing. Even if there will be a space-character between the "/" and ">" characters all the positions after "#{" and the "/>" characters are determined as tag ending, but not as an attribute value positions.
Because of this feature the WTP CA doesn't calls the methods that are to return attribute value proposals. That's why there is no Seam-EL proposals at this position (there will no JSF or any "attribute-value" proposals here also).

So, IMHO, this is the WTP issue.

> Seam EL is absent in proposal list of CA if there is no space between  { and end of tag.
> ----------------------------------------------------------------------------------------
>
>                 Key: JBIDE-2394
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2394
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor, jsp/jsf/xml source editing
>    Affects Versions: 2.1.1
>            Reporter: Anton Klimkovich
>         Assigned To: Victor Rubezhny
>             Fix For: 3.0.0.alpha
>
>         Attachments: CAwithoutSeamEL.PNG
>
>
> EXECUTE: Create Seam web project
> EXECUTE: Open any .xhtml
> EXECUTE: Type <h:outputText value="#{/>
> EXECUTE: Set cursor between { and end of tag (<h:outputText value="#{|cursor|/>)
> EXECUTE: call CA
> FAILURE:   There is no Seam EL  in proposal list.

-- 
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