[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-2334) JSF EL Code assist should add EL to attribute value but not replace whole not-EL value.

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Thu Jun 19 12:40:37 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-2334?page=all ]

Victor Rubezhny resolved JBIDE-2334.
------------------------------------

    Fix Version/s: 3.0.alpha
       Resolution: Done

> JSF EL Code assist should add EL to attribute value but not replace whole not-EL value.
> ---------------------------------------------------------------------------------------
>
>                 Key: JBIDE-2334
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2334
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor
>    Affects Versions: 2.1.1
>            Reporter: Anton Klimkovich
>         Assigned To: Victor Rubezhny
>             Fix For: 2.1.2, 3.0.alpha
>
>
> EXECUTE: Add <h:outputText value="a"/>
> EXECUTE: Set cursor on value="a|"
> EXECUTE: Ctrl+Space
> EXECUTE: Select #{actor} or #{applicationScope}. Press enter.
> ASSERT: <h:outputText value="a#{actor}"/> or <h:outputText value="a#{applicationScope}"/> is inserted.
> EXECUTE: Add <h:outputText value="#{a"/>
> EXECUTE: Set cursor on value="#{a|"
> EXECUTE: Ctrl+Space
> EXECUTE: Select #{actor} or #{applicationScope}. Press enter.
> ASSERT: <h:outputText value="#{actor}"/> or <h:outputText value="#{applicationScope}"/> is inserted.

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