• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

getting an unresolved error for some reason

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cant figure out what the probelm is with this. I have a managed bean looking like this:



as you can see it is named user.

Then I have this in my jsp pages:



with various differences.

For some reason, user is underlined and giving me a warning. When I hover over it I get "user cannot be resolved"

I know my java code is correct as well, all that is there are the set and get methods. Furthermore, this is code that came from a bunch of examples from a textbook, so there is nothign wrong with the code.

Anyone know what the problem might be?

ALso I am gettign another warning if it might help tell you what the above problem is:



"login" is underlined and it says "the action value does not match a navigaton case outcome"

Please help me figure ut what the problem is so I can move on
 
Matt Kohanek
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well, I restarted eclipse for some unrelated reasons and now the warnings are gone, plus I have no problem opening the app as intended.
I have no idea what happened still but oh well
reply
    Bookmark Topic Watch Topic
  • New Topic