• 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

org.apache.struts2.views.jsp.ui.FormTag was not found (Eclipse)

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Im using eclipse and I am seeing warnings such as class not found. The project compiles ok but Im wondering why Im getting these warnings? As far as I can tell I have everything I need for struts 2.1 in the lib.

Does anyone have any ideas why it compiles and runs ok but eclipse is giving me the nags? Ideas on how to get rid of them?

Ive attached a screen grab so you can see what Im looking at.

Thanks,
Earl
struts.jpg
[Thumbnail for struts.jpg]
Struts 2 jars
 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Earl,

Even me i get those errors ... to remove it i do the following
1) On the jsp page where eclipse is showing the error
Just before the <s:form> ( or any other tags)
I just press SPACE and after that I saved it again.
Then it removes the errors.

2) I also refresh and rebuild the project if the above do not work ...


Regards,
Vanlal
 
E Robb
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Vanlal

Deleting the marker errors in eclipse & rebuilding the project worked!

Earl
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic