Working on my first JSP.  It is just a simple HTML form and corresonding JSP.  I'm using JSWDK1.0 and jdk1.2.1.  JSWDK runs all of the sample JSP's and servlets, but it doesn't recognize any of the JSP tags in my page.  It just takes everything that's not inside a JSP tag and treats it like HTML.  I'm sure I have something set up wrong because all of the samples run correctly.  Finally, I just copied the text of the "Snoop" example's JSP into a new file, renamed it, and tried to run it.  I got the same result: ignores all JSP tags and prints everything else.  Can anybody give me a clue??
 
Clueless,
Carrie Beth

Reply via email to