Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The method function(String) is undefined for the type Class--JSP error

866972Aug 2 2011 — edited Aug 2 2011
Hi ,

I have a method defined in my dataManagerDAO class

getNoc( strRppsId) throws Exception {}

Now I am calling this method inside my JSP page :
DataManagerDAO dataMgr = new DataManagerDAO();

dataMgr.getNoc(strRppsId)..

But whenver I am running it locally , it fails to compile and gives following error msg :

The method getNoc(String) is undefined for the type DataManagerDAO

ny clue wats going wrong in here ?

Thanks

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 30 2011
Added on Aug 2 2011
1 comment
1,781 views