History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5430
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Nikolay Chashnikov
Reporter: Mikhail Gedzberg
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Create new JSP intention

Created: 08 Aug 06 18:27   Updated: 11 Jul 08 10:37
Component/s: JSP Editing
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(172 kb)

Build: 5,605


 Description  « Hide
If opened in editor JSP file include unresolved another JSP (or JSPX) file then user should be asked to create "New JSP" ("New JSPX" instead of EMPTY file creation.

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 29 Aug 07 17:38
Probably the only thing to insert into new created file is <%@ page contentType="..." %> directive (or JSPX analog). It's hardly necessary to generate duplicated <html> and <body> tags, for example.