RE: NEW POST: How do I view this jsp???

2003-02-13 Thread Jacob Hookom
You only have the footer attached. You also need to describe HOW the date is showing up. I can't help you if you just say it doesn't show up right. Regards, Jacob -Original Message- From: Steve Burrus [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 4:58 PM To: [EMAIL PROTE

Re: NEW POST: How do I view this jsp???

2003-02-13 Thread Peng Tuck Kwok
I'm also stumped about your problem but it is due to the fact that you haven't included it. Post your code and lets see what you are up to. Steve Burrus wrote: *hi, I need help/assistance right now with viewing this particular jsp, a rather simple one, which displays the current date and time! N

Re: NEW POST: How do I view this jsp???

2003-02-13 Thread Jake Robb
Well, you forgot to attach the code. I'm going to assume it looks something like this: Today's date is: <%= (new Date()).toString() %> And that you saw only "Today's date is:" in the browser window. By your description, I'm guessing that Tomcat isn't actually parsing the JSP, and that you'r