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

Key: IDEADEV-32164
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Stephen Friedrich
Votes: 0
Watchers: 1
Operations

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

Ctrl-shift-return fails with tag directive: <%@ attribute />

Created: 12 Sep 08 16:50   Updated: 10 Nov 08 21:43
Component/s: J2EE.JSP
Fix Version/s: Diana 8.0.x

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

Build: 8,792
Fixed in build: 9,126


 Description  « Hide
Press ctrl-shift-return after
<%@ attribute name="type" required="true" rtexprvalue="false"
will create
<%@ attribute name="type" required="true" rtexprvalue="false"/>

It should of course create this instead:
<%@ attribute name="type" required="true" rtexprvalue="false" %>



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