Posts

Get an error when compiling Simple custom tag class

Image
0 I am created simple Custom Tag Library. But When i run jsp I got en error below code. can anyone explain me the error. Compiling 1 source file to C:UsersSenaniDocumentsNetBeansProjectsJSTLbuildgeneratedclasses C:UsersSenaniDocumentsNetBeansProjectsJSTLbuildgeneratedsrcorgapachejspindex_jsp.java:85: error: cannot find symbol Test _jspx_th_t_test_0 = (_jspx_resourceInjector != null) ? _jspx_resourceInjector.createTagHandlerInstance(Test.class) : new Test(); ^ symbol: class Test location: class index_jsp C:UsersSenaniDocumentsNetBeansProjectsJSTLbuildgeneratedsrcorgapachejspindex_jsp.java:85: error: cannot find symbol Test _jspx_th_t_test_0 = (_jspx_resourceInjector != null) ? _jspx_resourceInjector.createTagHandlerInstance(Test.class) : new Test(); ...