论坛首页 入门技术论坛

struts forward里的一个用法

浏览 5251 次
该帖已经被评为新手帖
作者 正文
   发表时间:2007-01-04  
<action path="/logout" type="org.springframework.web.struts.DelegatingActionProxy"
          name="userForm" scope="request" parameter="method" validate="false">
          <forward name="init" path="/jsp/profile/logout.jsp"/>            
          <forward name="user.class" path="user;0"/>
      </action>

<forward name="user.class" path="user;0"/>这行的具体含义是,望各位指教后再封id....
   发表时间:2007-01-04  
原因一:写错了
原因二:可能用到了tiles,这个是tiles的ID
0 请登录后投票
   发表时间:2007-01-04  
终于有人愿意看帖,,先谢了。。。
0 请登录后投票
   发表时间:2007-01-04  
页面确实用到.
<action path="/logout" type="org.springframework.web.struts.DelegatingActionProxy" 
          name="userForm" scope="request" parameter="method" validate="false"> 
          <forward name="init" path="/jsp/profile/logout.jsp"/>              
          <forward name="user.class" path="user;0"/> 
      </action>
这段是struts-config.xml里用到的。
0 请登录后投票
   发表时间:2007-01-04  
真的是,见死不救,觉得简单也帮忙回个贴不。。难受。。。
0 请登录后投票
   发表时间:2007-01-04  
把完整的配置文件发上来吧~
0 请登录后投票
   发表时间:2007-01-05  
上面是一个Action....是struts-config.xml的一部分。。。并且和
spring整合一起用的。。同时用到acion-servlet.xml
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics