Hello,
I’d like to know if it’s possible to debug jstl and/or spring tags in a jsp pages using myEclipse? I can add breakpoints/debug plain jsp code (ex : <% for( int i=0; i<10; i++) %> ), but I can’t do the same for jstl/spring tags. It only lets me add bookmarks when I double click the margin to add a breakpoint.
Could it be a missing configuration, a step that i’m not famaliar with? I’m still new to myeclipse.
Thanks for any help on this issue.