parsing error

Hi,

I am facing following error when designing jsp's.......

[Servlet Error]-[End of content reached while more parsing required: tag nesting error?]: org.apache.jasper.compiler.ParseException: End of content reached while more parsing required: tag nesting error?

Thnk's in dvance.........

[318 byte] By [mkva] at [2007-11-27 11:04:19]
# 1

looks like you forgot to close a tag properly.

~Tim

SomeoneElsea at 2007-7-29 12:57:21 > top of Java-index,Java Essentials,Java Programming...
# 2

It says the exact problem. You have probably used a tag somewhere (it can be in a piece that is included) that needs a closing tag, and you have forgotten the closing tag.

Edit: Man am I both slow and long-winded.

masijade.a at 2007-7-29 12:57:21 > top of Java-index,Java Essentials,Java Programming...