Mantis - Resin
Viewing Issue Advanced Details
4463 minor always 03-29-11 10:26 04-06-11 14:20
alex  
ferg  
normal  
closed 4.0.16  
fixed  
none    
none 4.0.17  
0004463: JSP scriptlet codegen
rep by imaniyar http://forum.caucho.com/showthread.php?t=27652 [^]
<jsp:scriptlet>
    String foo = "foo-value";
</jsp:scriptlet>
  <jsp:element name="a">
    <jsp:attribute name="href">
      <jsp:expression>foo</jsp:expression>
    </jsp:attribute>
   </jsp:element>

Notes
(0005168)
ferg   
04-06-11 14:05   
jsp/040a