Hi all,
    i am working in winnt
      I have created directory 

            --atlas2
                          ---All jsp pages
                          --WEB-INF
                                       --  classes
                                       --   tld
                                       --  web.xml

   In the atlas2 directory i have all my jsp pages and in the
web-inf/classes directory i have my class(all jsp class).In the web-inf/tld
i put *.tld files and under web-inf i put web.xml.All Tag Handler class are
in the path.

when i am compile the jsp i am getting the following exception.Please tell
me the solutionto get rid from this exception.


java.lang.NoSuchMethodError
        at
org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfo
Impl.java:524)
        at
org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoIm
pl.java:432)
        at
org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.ja
va:385)
        at
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java
:233)
        at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java:706)
        at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList
ener.java:116)
        at
org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1077)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1042)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1038)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:182)
        at org.apache.jasper.JspC.parseFile(JspC.java:367)
        at org.apache.jasper.JspC.parseFiles(JspC.java:632)
        at org.apache.jasper.JspC.main(JspC.java:680)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to