在配置struts的时候出现错误提示
<forward name="initStatus" path="/lyInfo.do?method=initQuery&entrance=status"></forward>
错误提示:The reference to entity "entrance" must end with the ";" delimiter
应改为:
<forward name="initStatus" path="/lyInfo.do?method=initQuery&entrance=status"></forward>