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

Error in JSPs of type JavaCompile

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
I have imported an existing clearcase 4.x project in WSADIE 5.1
After the import there were many errors related to build paths,many of which I have resolved.

Currently I am stuck up with some errors in jsp pages
They are of the following type:

JavaCompile: The method getXXX() is undefined for the type xxxBean.
xxx.jsp line 91

There are few more errors of the same type.

Can somebody pls tell me what can be the reason for these errors and how to resolve them.

I have checked that particular Bean and verified that it has the corresponding getter.I have

imported this existing application with no errors into my workspace.Hence I am not able to

figure out the problem

Thanks in Advance
Ratan
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not post the same question more than once.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic