 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: No code complete in JSP editor of 5.5 M1
Posted: Feb 13, 2007 - 05:17 PM
|
|

Joined: Nov 16, 2006
Posts: 7
|
|
Hi.
When I use the JSP editor to make my JSF page, I put something like this:
| Code: | | <h:inputText required="true" rendered="true" value="#{MyBean.myProperty}" /> |
In MyEclipse 5.1, when I press ctrl+space just after "#{MyBean." it shows a code complete with the propeties in my managed bean. That's ok, but it is not happening in 5.5 M1.
Is this a bug? I tested it with a page that was made in 5.1. In 5.1 the code complete is ok, but in 5.5 it isn't.
Thank you. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 14, 2007 - 03:23 PM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1615
|
|
Hello Andre,
I just tested again in 5.5M1 and code-complete of JSF managed beans is working for the pages I have tested. IAre you copying files from one workspace (5.1) to another (5.5)? Or are you spinning up 2 different versions of myeclipse on the same workspace?
Try creating a new JSF project from scratch in 5.5 and you will see that the JSF code-assist is still functioning properly. If these steps don't help you determine what is going on with your project it may be something specific about your project. If that is the case, could you zip up a small example that demonstrates this problem and email it to support@myeclipseide.com In your email reference this thread so it will be forwarded to the right person. Thanks. |
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 15, 2007 - 05:39 PM
|
|

Joined: Nov 16, 2006
Posts: 7
|
|
Hello greg.
I created a new project in MyEclipse 5.5M1.
The project has one java class and one jsp file and a configured faces-config.xml.
The code complete for the properties of my managed bean still do not work. =(
Like you said, I sent a zip with the project for support@myeclipseide.com.
Thanks for support. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 16, 2007 - 04:14 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
I got it and confirmed the problem, thank you very much for sending that along Andre. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |