[JBoss JIRA] (JBIDE-11140) OpenOn does not work for files referenced with EL variable
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-11140:
-----------------------------------
Summary: OpenOn does not work for files referenced with EL variable
Key: JBIDE-11140
URL: https://issues.jboss.org/browse/JBIDE-11140
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta1
Environment: JBT 3.3.0. Beta1 2012-02-29_14-32-12-H100
Reporter: Vlado Pakan
Assignee: Yahor Radtsevich
Open On does not work for files in this tags when EL variable is used to specify file location:
<h:graphicImage value="#{facesContext.externalContext.requestContextPath}/img/seamlogo.png"/>
<a:loadStyle src="#{facesContext.externalContext.requestContextPath}/stylesheet/theme.css"/>
<link href="#{facesContext.externalContext.requestContextPath}/stylesheet/theme.css"/>
Pages are rendered properly in VPE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (JBIDE-10531) Incorrect EL with brackets [] is dislpayed as correct
by Vlado Pakan (Created) (JIRA)
Incorrect EL with brackets [] is dislpayed as correct
-----------------------------------------------------
Key: JBIDE-10531
URL: https://issues.jboss.org/browse/JBIDE-10531
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M5
Environment: Linux 32 bit, Java Sun JDK 1.6, jbdevstudio 5.0.0.v201112150534M-H62-M
Reporter: Vlado Pakan
Assignee: Alexey Kazakov
Fix For: 3.3.0.Beta1
Steps to reproduce:
1. Create JSF Kick Start with Facelets
2. Open inputname.xhtml page
3. Insert code <h:outputText value="#{msg['prompt'}" /> within <ui:define name="body"> with missing closing ']'
Error: in Visual part of VPE is EL displayed evaluated value of EL #{msg['prompt']} i. e. 'Your Name:'
Assert: it should display text #{msg['prompt'} because source code is not syntactically correct. There is warning about expected ']' but it's something what can be really easy missed and server is not displaying this page correctly. It will return error when trying to display this page. So VPE visual representation should also display this tag as not correct.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months