| Code: |
|
<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" xml:lang="en" lang="en"> |
| support-nipun wrote: |
| In your designer window, add the TextInput from the palette under "JFS HTML". Is it still marked as an unknown attribute ? |
| Code: |
| <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/> |
| Quote: |
|
Guys, thanks for your patience. It looks like a bug on our end with the Facelets editor not recognizing the 1.2 taglibs. I am filing it ASAP. |
| support-rkalla wrote: |
| No, we haven't had a release since it was filed. I am going to push for it to get fixed in 6.5 or 7.0 later this year. |
| Quote: |
|
IMO, one of the biggest advantage of JSF 1.2 is the introduction of time-saving, code-saving attributes on the HTML tags. |
| Quote: |
|
We too are using JSF 1.2 and we currently have to live with the validation errors. |
| Code: |
| *** Date:
Monday, December 14, 2009 8:22:06 AM EST ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_13 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.0 Build id: 8.0-20091120 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.0 Build id: 8.0-20091120 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse 8.x Latest\myeclipse.exe -name Myeclipse --launcher.library C:\Program Files\Genuitec\MyEclipse 8.x Latest\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup C:\Program Files\Genuitec\MyEclipse 8.x Latest\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install C:/Program Files/Genuitec/MyEclipse 8.x Latest -configuration configuration -vm C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll |
| Code: |
| <h:selectOneMenu value="{LoginBean.loginOrganization}" requiredMessage="Organization Required" tabindex="3">
<f:selectItems value="#{LoginRS.orgs}"/> <f:converter converterId="OrganizationConverter"/> </h:selectOneMenu> |
| Quote: |
|
IMO, one of the biggest advantage of JSF 1.2 is the introduction of time-saving, code-saving attributes on the HTML tags. |
| Quote: |
|
We too are using JSF 1.2 and we currently have to live with the validation errors. |
| Quote: | ||
| Here is a block of sample code. In this block MyEclipse highlights 'requiredMessage' as unknown attribute
Code:
Hope this helps... |
| Quote: |
|
Are you prompted with requireMessage or requiredMessage? |
| support-joy wrote: |
| hb,
Thank you for your feedback. I shall escalate your findings to the dev team. Best. |
| Code: |
| <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:c="http://java.sun.com/jstl/core" xmlns:f="http://java.sun.com/jsf/core" xmlns:ice="http://www.icesoft.com/icefaces/component" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:ice-cc="http://www.icesoft.com/icefaces-composite-comps">
|
| Support-Brian wrote: |
| Thanks for the detailed explanation with screenshots; as you can see, we did fix this issue with for the regular HTML prefix but not for the ICEfaces prefix which escaped us. I'll try to get this fixed in the upcoming 9.0 GA release, thanks again for the report. |