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

Key: IDEADEV-14057
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Avdeev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

Web.xml: data within servlet/jsp-file could be resolved

Created: 01 Feb 07 19:09   Updated: 01 Feb 07 19:09
Component/s: J2EE.Web
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,681


 Description  « Hide
Consider web.xml (tested versions 2.4, 2.5), using element <servlet/> with <jsp-file>:
<servlet>
	<servlet-name>jsp.servlet.name</servlet-name>
	<jsp-file>/path.to.jsp/jsp.file.name.jsp</jsp-file>
</servlet>

Code completion for jsp-file element data shows nothing. Existing JSP name within jsp-file does not provide navigation to source (Ctrl+B). Not existing JSP name is not highlighted as error/warning.
Reference to JSP file could be resolved here.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.