YOu have forgotten that in the world of xml, you cannot forget ".
 
<jsp:forward page="<%= back[0] %>" />
 
would probably work.
And while you're at it. Don't try to hard using JRun when Orion does everything so much better.
 
regards,
Patrik Andersson
-----Ursprungligt meddelande-----
Från: Ing. Nicola Folino [mailto:[EMAIL PROTECTED]]
Skickat: den 30 mars 2001 10: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