Thank you very much! It worked. But it's strange because the Sun J2EE do
not need
the <shortname> description.

Lorin Kobashigawa wrote:
> 
> What does your taglibrary's descriptor file look like? It looks like you
> are missing a <shortname> description in your .tld file.
> 
> The top of it should look something like...
> 
> <taglib>
>         <tlibversion>1.0</tlibversion>
>         <jspversion>1.1</tlibversion>
>         <shortname>something</shortname>
>         <uri>Unique identifier</shortname>
>         <info>a description of the tag library</info>
> 
>         <tag>
>                 etc...
> 
> -Lkb
> 
> At 07:13 AM 7/30/00 -0300, Guilherme Ceschiatti wrote:
> >Hi!
> >
> >I just installed the Orion application server. I just downloaded it and
> >tried to run a simple app that runs perfectly at Sun's J2EE, but I got
> >this message. How can I fix it?
> >
> >java.lang.IllegalArgumentException: shortname not specified in TLD
> >        at java.lang.Throwable.<init>(Throwable.java:96)
> >        at java.lang.Exception.<init>(Exception.java:44)
> >        at java.lang.RuntimeException.<init>(RuntimeException.java:49)
> >        at
> >java.lang.IllegalArgumentException.<init>(IllegalArgumentException.java:45)
> >        at
> >javax.servlet.jsp.tagext.TagLibraryInfo.parse(TagLibraryInfo.java)
> >        at
> >javax.servlet.jsp.tagext.TagLibraryInfo.<init>(TagLibraryInfo.java)
> >        at com.evermind.server.http.TagLibraryArchive.<init>(JAX)
> >        at com.evermind.server.http.TagLibraryArchive.oy(JAX)
> >        at com.evermind.server.http.dd.os(JAX)
> >        at com.evermind.server.http.HttpApplication.os(JAX)
> >        at com.evermind.server.http.dn.p9(JAX)
> >        at com.evermind.server.http.dn.o6(JAX)
> >        at com.evermind.server.http.JSPPage.o6(JAX)
> >        at com.evermind.server.http.HttpApplication.sg(JAX)
> >        at com.evermind.server.http.HttpApplication.tb(JAX)
> >        at com.evermind.server.http.JSPServlet.service(JAX)
> >        at com.evermind.server.http.df.o3(JAX)
> >        at com.evermind.server.http.df.forward(JAX)
> >        at /Principal.jsp._jspService(/Principal.jsp.java:38) (JSP page
> >line 23)
> >        at com.evermind.server.http.EvermindHttpJspPage.service(JAX)
> >        at com.evermind.server.http.HttpApplication.tb(JAX)
> >        at com.evermind.server.http.JSPServlet.service(JAX)
> >        at com.evermind.server.http.df.o3(JAX)
> >        at com.evermind.server.http.df.forward(JAX)
> >        at com.evermind.server.http.dm.o9(JAX)
> >        at com.evermind.server.http.dm.o8(JAX)
> >        at com.evermind.util.e.run(JAX)
> >
> >

Reply via email to