There is another age old method to debug jsps...

Just comment out entire code and uncomment the code incremently to see exactly which 
portion of jsp is causing problems.Has worked well for me many times..But this 
technique works well only if you have some part of jsp which is causing problem in the 
page display...

But if you really want to see how the jsp is being rendered(I dont see any such 
requirement???),then this will not work.But I have debugged even the tags well just by 
putting break points in the  tag source files when using tomcat/eclipse combination.



-----Original Message-----
From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 3:48 PM
To: Struts Users Mailing List
Subject: [OT]JSP Debugger


1.First my apology for post this question which I have asked it already.

2.This is question reg Debugging JSP,I do understand that debugging JSP is not really 
required if we are really follow MVC pattern as we are not putting too much of logic 
in it...BUT just wanted to know that is there any JSP debugger tool/plugin available 
for Eclipse? we know that myeclipse works well with Tomcat as a separate container but 
when it comes with JBoss Tomcat bundle I could not debug JSP using the same tool.

Tnx in advance,

-Ramadoss

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to