MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
anthonyestelita
Post subject: RE: Re: RE: Re: RE: JSF 1.2 With Facelets  PostPosted: Feb 14, 2008 - 06:00 PM
Registered Member
Registered Member


Joined: Feb 16, 2005
Posts: 73

Yes we are seeing these validation errors in our xhtml pages. ;-(
 
 View user's profile Send private message  
Reply with quote Back to top
TobyDyer
Post subject:   PostPosted: Apr 21, 2008 - 11:28 AM
Registered Member
Registered Member


Joined: Jul 27, 2004
Posts: 1

Any update on when support for JSF 1.2 with Facelets will be added? Is this something we can expect in the near future (i.e. weeks) or is it not on the current roadmap? I would love to use MyEclipse on my current project but without this support it's not an option.
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Apr 21, 2008 - 06:59 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

TobyDyer,
I think you'll be seeing some nice updates for JSF/Facelets in our 6.5 release.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
jwcard
Post subject: Facelets editor not recognizing JSF 1.2 taglibs  PostPosted: Dec 11, 2009 - 03:45 PM
Registered Member
Registered Member


Joined: Apr 12, 2007
Posts: 2

I am currently use MyEclipse 8.0 GA and this problem still exists. Are there any workarounds / patches etc...or plans to fix this is a future release?

Any info would be appreciated...
 
 View user's profile Send private message  
Reply with quote Back to top
support-shalini
Post subject: RE: Facelets editor not recognizing JSF 1.2 taglibs  PostPosted: Dec 14, 2009 - 06:22 AM
Registered Member
Registered Member


Joined: May 18, 2009
Posts: 1532

jwcard,
I could not replicate this at my end. Attribute label="Name: " is no longer tagged as invalid. Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. Can you send us some code/file to replicate this issue. You can use the PM button at the end of the post.

_________________
Shalini
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
jwcard
Post subject: RE: Facelets editor not recognizing JSF 1.2 taglibs  PostPosted: Dec 14, 2009 - 01:48 PM
Registered Member
Registered Member


Joined: Apr 12, 2007
Posts: 2

Here is the installation details report:
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


Here is a block of sample code. In this block MyEclipse highlights 'requiredMessage' as unknown attribute
Code:
<h:selectOneMenu value="{LoginBean.loginOrganization}" requiredMessage="Organization Required" tabindex="3">
     <f:selectItems value="#{LoginRS.orgs}"/>
     <f:converter converterId="OrganizationConverter"/>   
</h:selectOneMenu>


Hope this helps...

j
 
 View user's profile Send private message  
Reply with quote Back to top
support-shalini
Post subject: RE: Facelets editor not recognizing JSF 1.2 taglibs  PostPosted: Dec 15, 2009 - 08:30 AM
Registered Member
Registered Member


Joined: May 18, 2009
Posts: 1532

jwcard,
Thank you for the details. I shall escalate this to the dev team.

_________________
Shalini
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
fabio.imperioli
Post subject: RE: Re: RE: Re: RE: JSF 1.2 With Facelets  PostPosted: Dec 15, 2009 - 04:35 PM
Registered Member
Registered Member


Joined: Nov 11, 2008
Posts: 3

[quote="support-rkalla"]
Quote:

IMO, one of the biggest advantage of JSF 1.2 is the introduction of time-saving, code-saving attributes on the HTML tags.

I just want to clarify, we support JSF 1.2 with standard JSP pages, but not in Facelets yet. (I realize your request is for Facelets, I just want to clarify for anyone running through the thread and reading it quickly)

Quote:

We too are using JSF 1.2 and we currently have to live with the validation errors.

Anthony, do you mean JSF in straight JSP pages, or Facelets/XHTML pages? Our JSP editor will correctly parse the updated definitions from the TLDs for JSF 1.2 in Java EE 5, so you shouldnHi All,

I need to use jsf 2.0 in order to use the ajax functionality in jsf.
Is this new version implemented in MyEclipse professional 8.x ?
Or there is another way to use ajax in version 1.2 in my eclipse 7.5 ?

best regards,

Fabio
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
fabio.imperioli
Post subject: RE: Re: RE: Re: RE: JSF 1.2 With Facelets  PostPosted: Dec 15, 2009 - 04:35 PM
Registered Member
Registered Member


Joined: Nov 11, 2008
Posts: 3

I need to use jsf 2.0 in order to use the ajax functionality in jsf.
Is this new version implemented in MyEclipse professional 8.x ?
Or there is another way to use ajax in version 1.2 in my eclipse 7.5 ?

best regards,

Fabio
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-nipun
Post subject: RE: Re: RE: Re: RE: JSF 1.2 With Facelets  PostPosted: Dec 15, 2009 - 10:27 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8012

We don't support JSF 2.0/Java EE 6 yet -- its' going to be part of our 9.x release series next year.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
hb
Post subject: RE: JSF 1.2 With Facelets  PostPosted: Jun 10, 2010 - 09:13 PM
Veteran Member
Veteran Member


Joined: Dec 07, 2003
Posts: 3

Quote:
Here is a block of sample code. In this block MyEclipse highlights 'requiredMessage' as unknown attribute
Code:
Code:
<h:selectOneMenu value="{LoginBean.loginOrganization}" requiredMessage="Organization Required" tabindex="3">
     <f:selectItems value="#{LoginRS.orgs}"/>
     <f:converter converterId="OrganizationConverter"/>   
</h:selectOneMenu>


Hope this helps...


Any progress on this? Seems this is still a bug in 8.5. Myeclipse flags "requiredMessage" as error but not "requireMessage" (but that won't work).

I would try to add the missing "d" if someone could point me to the right file.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Jun 11, 2010 - 07:55 AM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2512

hb,

I believe we did fix this bug in 8.5 but I will ask the team to take another look at it now. If you invoke auto complete inside the h:selectOneMenu element (after deleting require[d]Message) you should be prompted with the attribute from autocompletion.

Are you prompted with requireMessage or requiredMessage?

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
hb
Post subject:   PostPosted: Jun 11, 2010 - 06:31 PM
Veteran Member
Veteran Member


Joined: Dec 07, 2003
Posts: 3

Quote:

Are you prompted with requireMessage or requiredMessage?


that's the Problem: Autocomplete gives me the wrong "requireMessage" and the right one is flagged as error (at h:inputText btw)
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Jun 14, 2010 - 08:30 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

hb,

Thank you for your feedback. I shall escalate your findings to the dev team.

Best.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
MWThomson
Post subject: Any update?  PostPosted: Jan 24, 2011 - 07:57 PM
Registered Member
Registered Member


Joined: Jun 08, 2007
Posts: 30

support-joy wrote:
hb,

Thank you for your feedback. I shall escalate your findings to the dev team.

Best.


Any update as to when this will be fixed? We still see this issue in 8.6.

Version: 8.6.1
Build id: 8.6.1-20101117
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits