Why dont you take this to the JRun interest list?
WR
-----Ursprungligt meddelande-----
Från: Ing. Nicola Folino [mailto:[EMAIL PROTECTED]]
Skickat: den 30 mars 2001 00:22
Till: Orion-Interest
Ämne: JRun again...

I tried this code in a jsp page on JRun 3.0:
 
<jsp:forward page=<%=back[0]%> />
 
where back[0] is a String variable. And I get a parse exception! I found on JSP specification 1.1 that line of code is correct and in fact it runs well on Orion.
Does someone knows some other deviations of JRun from j2ee 1.2.1 standard?
Thanks.
P.S.: JRun accepts also
  1. <%=pippo;%>
  2. <%=pippo%>
but the first is wrong to actual specifications....

Reply via email to