facebook

orgainze imports and java editor

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268999 Reply

    douglasv
    Member

    I used “Organize Imports” to import the needed class

    Spring’s, (“BindingResult”)Tool tip says:”BindingResult” cannot be resolved to a type

    the organize imports box poped-up and I choose “org.springframewok.validate.BindException”
    the editor imported the request into the class as expected

    But, the “Red X” remains and won’t go away, I deleted my entry, and copied and pasted
    code that I was copying from (and which works),
    the Editor persisted with the “Red X” even on a version of code that works!

    Since , the tutorial assures me “org.springframework.validate.BindException” is what’s needed here and it works!
    What do I do to get rid of this “Red x”

    #269024

    douglasv
    Member

    @douglasv wrote:

    I used “Organize Imports” to import the needed class

    Spring’s, (“BindingResult”)Tool tip says:”BindingResult” cannot be resolved to a type

    the organize imports box poped-up and I choose “org.springframewok.validate.BindException”
    the editor imported the request into the class as expected

    But, the “Red X” remains and won’t go away, I deleted my entry, and copied and pasted
    code that I was copying from (and which works),
    the Editor persisted with the “Red X” even on a version of code that works!

    Since , the tutorial assures me “org.springframework.validate.BindException” is what’s needed here and it works!
    What do I do to get rid of this “Red x”

    THIS was from using the wrong Spring Jar, Sorry

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: orgainze imports and java editor

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