你的语法都对... 你的问题是Compilation Error, 并非Runtime Error, 就是 说跟里面的Parameters还是其它的没有关系... 是Jasper在COMPILE的时候出现某些问题,导致无法COMPILE.
这里问题只可能是child2.jsp这个PAGE你根本就没建. 因为Apache Jasper无法找到child2.jsp, 所以跟本就不能COMPILE.
如果是PARAMETER有NULL的话, 一定是NullPointerException,如果其他的问题出现, 都必然是RuntimeException的子Exception.
看下Documentaton:
http://java.sun.com/products/jsp/tags/11/syntaxref1112.html