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

2003-02-13 Thread Steve Burrus
hi, I need help/assistance right now with viewing this particular jsp, a rather simple one, which displays the current date and time! Now, when I go to viewing it, any text which I might have written in it shows up OK, but the actual date and time does not. Now, what am i possibly lacking in the

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

2003-02-13 Thread Jacob Hookom
PROTECTED] Subject: NEW POST: How do I view this jsp??? hi, I need help/assistance right now with viewing this particular jsp, a rather simple one, which displays the current date and time! Now, when I go to viewing it, any text which I might have written in it shows up OK, but the actual date and time

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!

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: html body Today's date is: %= (new Date()).toString() % /body /html 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,