facebook

JSP Taglib assist in 3.8 issue

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #212324 Reply

    stabilia
    Member

    I was running 3.8Beta2, and without doing any Myeclipse config(I never added webproject capabilities) I could open a jsp and it would validate and provide code assist when using tags (Struts + custom). After upgrading to 3.8GA, all non <jsp:> tags show up as errors, and no code assist is available.

    Ive read that you say people have to add webproject capabilities and conform to a certain project structure. However that is not an option in our environment, which is as follows:

    /src
    /webapp/app1/(some jsps, etc)
    /webapp/app1/WEB-INF
    /webapp/app2/(some jsps, etc)
    /webapp/app2/WEB-INF
    /webapp/appx/(some jsps, etc)
    /webapp/appx/WEB-INF

    Essentially, we have a common code base that relates to many web applications. The main thing we enjoy about Myeclipse is the jsp validation and code assist. This functionality worked, without configuring anything, in Beta2, but is now not working in GA.

    #212337

    Riyad Kalla
    Member

    AFAIK this *shouldn’t* have worked in Beta 2 without adding Web Project caps because I know we went out of our way in GA to make it work… talk about ironic.

    Also your project structure seems perfectly fine for 3 Web Module Projects, all with the same source path (/src) where the root and webroot of each project is /webapp/app1, /webapp/app2 and /webapp/appx… in 3.8 GA we added the ability to make the project root the same as the WebRoot… so maybe this might work for you guys better?

    #212384

    Eric Miles
    Member

    I am having this same issue, and because our web folder is in a “source” folder, we are not allowed to to add web project capabilities to our project. I now can not do JSP code assist. Any suggestions (besides moving the web root folder)?

    #212393

    Riyad Kalla
    Member

    emiles,
    This isn’t a supported project layout right now… I can’t think of any workaround for you currently unless you wanted to get fancy with symlinks on your files system to make ME think your project was in an OK format…

    #212410

    Eric Miles
    Member

    Thanks for your help. Unfortunately, I had to go back to 3.8b2. We can not change our project structure at this point in time and I’m rather fond of the ME JSP code assist 🙂

    Odd that you guys worked really hard on getting this correct for 3.8GA, it worked for me without adding web capabilities in 3.8b2!!!

    #212434

    Riyad Kalla
    Member

    This is very strange… just to clarify… you have Java Project that all our editors and autocomplete work fine in? Are you using taglib autocomplete or just object autocomplete?

    #212436

    Eric Miles
    Member

    It works for both! It even works for tags that have their TLDs inside of a jar, ie JSTL. It works great with all my custom tags as well as Struts tags. Just as an FYI, I’m running 3.0 with 3.8b2 on WinXP. JDK 1.4.2_03.

    #212438

    Riyad Kalla
    Member

    Ok then I’m officially lost… let us get our first maintenence release out the door then we can have a look at this… I’ll file it to see if its something simple we can fix. Thanks for reporting it!

    #212439

    Eric Miles
    Member

    If there’s anything I can provide, feel free to email me. Quick question, when you mean “fix” do you mean add that capability back into 3.8GA to use autocomplete without having to add web capabilities to a project? I’d love to upgrade to 3.8GA! 🙂

    #212440

    Riyad Kalla
    Member

    I’m not sure yet, I’ve filed it… lets see what the devs say. Ultimately I’d prefer to give you exactly what you had, but maybe it might be a compromise… I’ll keep you posted.

    #212570

    Riyad Kalla
    Member

    Ok some info, it seems that this should be fixed with our maintence release and you should be back in action… please let us know after that release if you continue to have problems.

    #212792

    jjcantri
    Member

    Has custom tag resolution been fixed with the latest release of myeclipse? I can use something like XMLBuddy which provides custom tag resolution. From this post and my experience it looks like this functionality doesnt work??

    #212793

    jjcantri
    Member

    Im wrong………I guess I had the beta version where this worked and not XMLBuddy

    #212804

    Riyad Kalla
    Member

    Yes it should be fixed.

    #212836

    jjcantri
    Member

    Completion does not work for me when trying to use custom tags. Any suggestions as to what the problem might be?

Viewing 15 posts - 1 through 15 (of 24 total)
Reply To: JSP Taglib assist in 3.8 issue

You must be logged in to post in the forum log in