Mantis - Resin
Viewing Issue Advanced Details
2581 minor always 04-08-08 17:48 04-11-08 10:23
sam  
ferg  
urgent  
closed 3.1.5  
fixed  
none    
none 3.1.6  
0002581: wrong character encoding from include file in conjunction with tags
(rep T Fukuda)

<custom:tag1 ...>
  <-- output incorrect -->
  <jsp:include page="include.html"/>

  <custom:tag2 ...>
    ...
  </custom:tag2>

  <-- output is incorrect -->
  <jsp:include page="include.html"/>

</custom:tag1>
jsp/18kh

There are no notes attached to this issue.