tagext missing from jswdk-1.0.1

1999-01-02 Thread Pierre Awaragi
Hi all, I am very new to Java and trying to start with JSP. I got everything to run except when I am trying to run the custom tag handlers. I have downloaded the simple examples from java.sun.com/products/jsp/... which included a FooTag.java that imports the javax.servlet.jsp.tagext.* package. I

Re: tagext missing from jswdk-1.0.1

1999-01-02 Thread Hans Bergsten
Pierre Awaragi wrote: > > Hi all, > > I am very new to Java and trying to start with JSP. I got everything to run > except when I am trying to run the custom tag handlers. I have downloaded > the simple examples from java.sun.com/products/jsp/... which included a > FooTag.java that imports the jav

Re: tagext missing from jswdk-1.0.1

1999-01-02 Thread Magnus Stenman
You need a server that supports the JSP 1.1 PR2 spec (the reference impl currently does not). Orion has been supporting JSP 1.1 PR2 for over a week now, check out http://www.orionserver.com if you're interested. It's free for commercial development and non-commercial production-use/development.

tagext missing from jswdk-1.0.1 installation

1999-01-02 Thread Pierre Awaragi
Hi all, I am very new to Java and trying to start with JSP. I got everything to runexcept when I am trying to run the custom tag handlers. I have downloadedthe simple examples from java.sun.com/products/jsp/... which included aFooTag.java that imports the javax.servlet.jsp.tagext.* package.

Re: tagext missing from jswdk-1.0.1

1999-01-03 Thread Pierre Awaragi
Well, I just wanted to thank all of the people that answered my question regarding JSP 1.1 tagext. Weird that I did not actually notice that the pdf document that I was reading (downloaded from the same page as jswdk1.0.1) was actually about JSP1.1PR2 :-) I have downloaded orion server 0.8.0, an