|
|
|
[
Permlink
| « Hide
]
Maxim Shafirov - 13 Mar 07 17:08
Can't reproduce on 6756. Fixed?
Selena 6767: cannot reproduce with initial test sample. But can reprouce with:
<%@ taglib prefix="core" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html; charset=UTF-8" language="java" %> <html> <head><title>Title</title></head> <body> <core:out value="ddd"/> <% String s = "value"; %> </body> </html> Essential: an action (core:out) should be placed where it is shown. If it is placed after the scriptlet, the bug does not happen. |
|||||||||||||||||||||||||||||||||||||||||||||