[jbosstools-issues] [JBoss JIRA] (JBIDE-16524) Missing "Create JSF2 composite ..." context menu item

Vlado Pakan (JIRA) issues at jboss.org
Tue Feb 11 15:53:28 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12943634#comment-12943634 ] 

Vlado Pakan commented on JBIDE-16524:
-------------------------------------

Fix should be probably easy therefore I would like to have it fixed in 4.2.0.Alpha2 respin-a

Suggested fix is to replace this line in https://github.com/jbosstools/jbosstools-javaee/blob/master/jsf/plugins/org.jboss.tools.jsf/plugin.xml. It worked for me but not sure if this is correct solution.
{noformat}
 locationURI="popup:org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor.source.EditorContext?before=org.jboss.tools.jst.jsp.i18n.ExternalizeAllStringsContributionItem">
{noformat}
with
{noformat}
locationURI="popup:org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor.source.EditorContext?before=org.jboss.tools.jst.jsp.commands.i18">
{noformat}
                
> Missing "Create JSF2 composite ..." context menu item
> -----------------------------------------------------
>
>                 Key: JBIDE-16524
>                 URL: https://issues.jboss.org/browse/JBIDE-16524
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: visual-page-editor-core
>    Affects Versions: 4.2.0.Alpha2
>         Environment: JBT 4.2.0.Alpha2-v20140210-0713-B54
>            Reporter: Vlado Pakan
>             Fix For: 4.2.0.Alpha2
>
>
> 1. Create JSF 2.0 KickStart project
> 2. Open inputname.xhtml page in VPE
> 3. Right click in source pane
> ERROR: There is no context menu Create JSF2 composite...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list