For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 14 years, 9 months ago by
Brian Fernandes.
-
AuthorPosts
-
DurnikMemberUsing MyEclipse 9.2M
Install Details (OS Is reported as Vista, it’s actually Windows 7 64Bit)
=====================================================================
*** Date:
Wednesday, February 2, 2011 4:35:04 PM EST** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 9.0M2
Build id: 9.0M2-20110121*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 9.0M2
Build id: 9.0M2-20110121Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Development\MyEclipse 9.0m2\MyEclipse 9.0 M2\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Development\MyEclipse 9.0m2\MyEclipse 9.0 M2\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201012131400\eclipse_3210.dll
-startup
C:\Development\MyEclipse 9.0m2\MyEclipse 9.0 M2\../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-install
C:\Development\MyEclipse 9.0m2\MyEclipse 9.0 M2
-configuration
C:\Development\MyEclipse 9.0m2\MyEclipse 9.0 M2\configuration
-vm
C:\Development\MyEclipse 9.0m2\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll=======================================================================
Issue:
JSF 2.0 web project. Using MyEclipse’s default xhtml templates and the following tags (probably more) are not being recognized:
<h:head>
<h:body>
<h:outputStylesheet ….======================================================================
<!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:h=”http://java.sun.com/jsf/html”
xmlns:ui=”http://java.sun.com/jsf/facelets”><h:head>
<title> <ui:insert name=”windowTitle”>
#{msgs.windowTitle}
</ui:insert> </title>
</h:head><h:body>
<h:outputStylesheet library=”css” name=”styles.css” target=”head” /><ui:insert name=”heading” />
<div class=”wizardPanel”>
<div class=”subheading”>
<ui:insert name=”subheading” />
</div><div class=”work”>
<ui:insert name=”work” />
</div><div class=”controls”>
<ui:insert name=”controls” />
</div></div>
</h:body>
</html>****************************** Example Page ***********************************
February 3, 2011 at 3:50 am #314176
support-swapnaModeratorDurnik,
This is a known issue. I have raised a PR for the dev team to look into it.
Sorry for the inconvenience caused.February 3, 2011 at 7:41 am #314184
DurnikMemberSwapna,
Thanks for the answer (at least I know I’m not crazy). However, do you have any idea when this will be fixed?
February 7, 2011 at 11:06 pm #314314
support-swapnaModeratorDurnik,
You can expect to see the fix in the MyEclipse 9.0 release that will be available soon.
February 16, 2011 at 3:36 pm #314560
Brian FernandesModeratorDurnik,
We released an update to 9.0M2 which should fix this issue. Can you please apply this update and let us know if it works for you?
Update details: http://www.myeclipseide.com/PNphpBB2-viewtopic-t-26861.html
-
AuthorPosts
