问题描述
<s:actionname="getWebUserinfoById"executeResult="false"namespace="/gamecardsale"><divclass="left_content_top"></div><divclass="left_content_main"><div><imgsrc="images/userinfo_title.gif"/></div><divclass="left_userinfo">用户名: <s:propertyvalue="userinfo.userName"/></div><divclass="left_userinfo">用户名ID: <s:propertyvalue="userinfo.userId"/></div><divclass="left_userinfo">用户级别: <s:propertyvalue="userinfo.roleinfo.roleName"/></div><divclass="left_userinfo">用户存款: <s:propertyvalue="userinfo.money"/>(元)</div></div><divclass="left_content_bottom"></div></s:action>按上面这样设置将无法获取用户数据如果按下面这样设置就可以获取用户数据了<s:actionname="getWebUserinfoById"executeResult="true"namespace="/gamecardsale"><divclass="left_content_top"></div><divclass="left_content_main"><div><imgsrc="images/userinfo_title.gif"/></div><divclass="left_userinfo">用户名: <s:propertyvalue="userinfo.userName"/></div><divclass="left_userinfo">用户名ID: <s:propertyvalue="userinfo.userId"/></div><divclass="left_userinfo">用户级别: <s:propertyvalue="userinfo.roleinfo.roleName"/></div><divclass="left_userinfo">用户存款: <s:propertyvalue="userinfo.money"/>(元)</div></div><divclass="left_content_bottom"></div></s:action>这是为什么,我现在不想用两个jsp页面合并在一起,只想用一个页面,谁能解决下,如果需要源码我再发
解决方案
解决方案二:
该回复于2010-12-14 17:51:10被版主删除
解决方案三:
该回复于2010-12-15 10:44:38被版主删除
解决方案四:
该回复于2010-12-15 10:43:38被版主删除
解决方案五:
谢谢哒,哪位高手相救啊,弄了关天了。。。
解决方案六:
不能沉啊,
解决方案七:
不知所云
解决方案八:
你看一下你的配置文件,是不是弄的是重定向而不是转发,struts.xml文件里的<resultname="success"type="dispatcher>页面</result>
解决方案九:
没用过这样的标签