reset password
Author Message
abajpai
Posts: 52
Posted 19:35 Mar 28, 2011 |

I'm having a problem with the first assignment. When I run my application on the server, I can see the message from the servlet but not the one from the JSP file, in other words I can't see the "Hello JSTL" message. Looking into my code, I saw Eclipse had generated a 'JSP Problem' at the line containing the <c:out> tag. The message read "Unknown Tag (c:out)". My guess is this is probably what the problem is though I do not know how to solve it. I checked the Tomcat lib directory and all downloaded jar files are present.

Any help is appreciated.

Thank You.

Last edited by abajpai at 19:36 Mar 28, 2011.
Vanquish39
Posts: 134
Posted 19:37 Mar 28, 2011 |

the jakarta zip file should have 2 jar files.  Did you transfer 2 jar files?

abajpai
Posts: 52
Posted 19:49 Mar 28, 2011 |

Thanks for the response. And yeah I did the needed with the .jar files. I found out the problem. It was a missing <taglib> tag. I missed the top few lines when copying the code from the instructions and thus missed the taglib tag. Silly overlook but i fixed it and it runs fine now. Thanks anyways.

Vanquish39
Posts: 134
Posted 19:59 Mar 28, 2011 |

My second response was going to be, "DID YOU COPY THE CODE CORRECTLY?"  :-)