[
https://jira.jboss.org/jira/browse/JBIDE-4311?page=com.atlassian.jira.plu...
]
Denis Maliarevich commented on JBIDE-4311:
------------------------------------------
I found that I was missing plugin org.jboss.tools.jst.web.kb that Aleksey Kazakov commited
on Friday 15, so after adding it workflow didn't go there where exception happened. By
the way <ui:param>'s name still null when getting through uppercase. So there is
no actual need in my fix, but I think it still should be added because parameter's
name is getting wrong.
I didn't find direct mentioning of such a strict behavior of w3c rules in eclipse
3.5.
krasig created the issue on 12 of May on JBT 3.1.0 Alpha, so to specify the reason
I'll revert Alexey Kazakov's changes and will try to reproduse it.
vpe is broken in some cases
---------------------------
Key: JBIDE-4311
URL:
https://jira.jboss.org/jira/browse/JBIDE-4311
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M1
Environment: windows
Reporter: Sergey Dzmitrovich
Assignee: Denis Maliarevich
Fix For: 3.1.0.M1
testTemplate.xhtml :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<body>
<div style="background-image:
url(${facesContext.externalContext.requestContextPath}/images/#{env.skinPic}) !imp
ortant;padding-left: 10px">
</div>
<ui:insert name="content>
<h:commandButton action="" value="Some button" />
</ui:insert>
</body>
</html>
testPage.xhtml :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<ui:composition template="testTemplate.xhtml">
<ui:param name="icon" value="system171.ico" />
<ui:define name="content">
<h:commandButton action="" value=button A" />
<h:inputText value="aaa" />
</ui:define>
</ui:composition>
</html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira