You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Costin Manolache <co...@eng.sun.com> on 2000/04/04 01:45:07 UTC

Re:

Hi Alex,

The nightly ( or hourly ) script is back on line, can you please check the latest
one ?
It seems to work better, except:

> <jsp:include page="incl02.jsp?abc=ghi" flush="true" />

Will print out:
ghi
0=ghi
1=def


> <jsp:include page="incl02.jsp?abc=ghi&abc=jkl" flush="true" />

0=ghi
1=jkl
2=def

Same for <jsp:param/> case.

Let me know if we can close the bug.
( Craig fixed a related bug )

Costin