1、执行 aaa.action?id=1&name="Haizhu",在action中跳转到another.jsp页面,则在这个页面中可以通过下面的方式取值
<input type="text" id="id" value="${(id)!}"/>
<input type="text" id="name" value="<@s.property value='#parameters.name'/>"/>
1、执行 aaa.action?id=1&name="Haizhu",在action中跳转到another.jsp页面,则在这个页面中可以通过下面的方式取值
<input type="text" id="id" value="${(id)!}"/>
<input type="text" id="name" value="<@s.property value='#parameters.name'/>"/>