通过URL: holiday!find.action?id=2&page=1&forward=add&bz=1 到下一jsp页面,
在此页面中,使用webwork标签
 <ww:if test="#parameters.bz == '1'">
<input type="button" name="bt_yes" onclick="save_click()" value="确  定">
 </ww:if>
为什么test后的表达式结果总是false呢?是哪里出错了呢?