developing with JSTL a PAIN!!?

Hi

Im just getting my hands wet with JSTL 1.0. One main annoying issue i have is whenever an error is made and found my the runtime it most of the times just says this if a tag is missing "javax.servlet.ServletException: End of content reached while more parsing required: tag nesting error?". I'm not knuth and do make mistakes but if my code was huge how the heck would i be expected to find where the missing tag is? if you notice there isnt even a line number.

I am using WAS..just wondering what all you jsp/jstl pros use as an IDE out there for developing?

thanks

[596 byte] By [bhaarat_javaa] at [2007-11-27 8:05:10]
# 1
well netbeans works nicely, its editor will tell you immediately when you have a tag mismatch. I am not familiar with eclipse, but I'm sure it has a similar editor.But if you properly format your source with tabs you should easily see when you have a mismatch yourself.
gimbal2a at 2007-7-12 19:47:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Yep, the same goes for Eclipse.
Nidhuggura at 2007-7-12 19:47:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

ok i think my websphere is messed up then. now it wont even automatically rebuild the project when i make a change in a file and save. i have to rebuild the wholeee project :(. I wish netbeans was a more enterprise level recognized IDE.

Can we make EAR's and stuff in netbeans like we can with eclipse/websphere?

bhaarat_javaa at 2007-7-12 19:47:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
> Can we make EAR's and stuff in netbeansYes, but you most likely need to install the (free) enterprise pack.
gimbal2a at 2007-7-12 19:47:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...