Bug 281821 - Improper Dialog Box with message when try to put break point in JSP
Summary: Improper Dialog Box with message when try to put break point in JSP
Status: RESOLVED WORKSFORME
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Nitin Dahyabhai CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2009-06-29 05:06 EDT by seetaram CLA
Modified: 2010-01-27 11:47 EST (History)
5 users (show)

See Also:


Attachments
Invalid Message shown (10.43 KB, image/jpeg)
2009-06-29 05:07 EDT, seetaram CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description seetaram CLA 2009-06-29 05:06:25 EDT
Build ID: 3.4.2

Steps To Reproduce:
1.Create a project and add a JSP
2.Try to put break point in JSP
3.It shows improper message


More information:
Comment 1 seetaram CLA 2009-06-29 05:07:59 EDT
Created attachment 140350 [details]
Invalid Message shown
Comment 2 Darin Wright CLA 2009-06-29 08:49:33 EDT
What tooling are you using to edit/put breakpoints in the JSP?
Comment 3 Darin Wright CLA 2009-06-29 09:02:52 EDT
Reporter is using J2EE tools.
Comment 4 Nitin Dahyabhai CLA 2009-06-29 13:07:52 EDT
Breakpoints can only be set on lines that have server-side code on them, either in Java or as EL, or a custom tag, or standard JSP action.  Did the line that you tried to set a breakpoint on have either of those?  And was the file in an Java or Dynamic Web project?
Comment 5 seetaram CLA 2009-06-30 00:07:42 EDT
Can I put a break point in JSP page which resides on Webcontent?
I have created this projuct using Dynamic Web Project option of eclipse.

Comment 6 Nick Sandonato CLA 2009-12-08 11:30:52 EST
(In reply to comment #5)
> Can I put a break point in JSP page which resides on Webcontent?
> I have created this projuct using Dynamic Web Project option of eclipse.

A JSP in the WebContent directory of a Dynamic Web project is fine. However, it is important that the line you're adding a breakpoint to has sever-side code on it: EL/scriptlet, custom tags or jsp actions.

Can you share with us what is on the line you tried to add a breakpoint to?
Comment 7 Ian Tewksbury CLA 2010-01-27 11:19:44 EST
I have no issues adding break points to lines with EL or server-side JSP (scriplits, etc.).  With no response from the opener in almost two months I vote to resolve.
Comment 8 Nitin Dahyabhai CLA 2010-01-27 11:47:36 EST
Unreproducable.