Struts开发问题集锦

10 篇文章 0 订阅
6 篇文章 0 订阅

1.Could not load class Interceptor2/Myinterceptor. Perhaps it exists but certain dependencies are not available? - interceptor 

解决:缺少log4j.jar

2.当你的action处理类继承ActionSupport时

public class Reg extends ActionSupport{
private String username;
private String mymsg;
private String password1;
private String password2;
private Date birthday;


public String execute() throws Exception {}

form表单的action一定加上“.action”<s:form id="id" action="Interceptor2/reg.action">

否则出现

type Status report

message /Test/xInterceptor2/reg.jsp

description The requested resource (/Test/xInterceptor2/reg.jsp) is not available.错误

3

在struts2de 1.6以前版本,都是用<s:datepicker>标签来获取时间,1.8后可以用struts-dojo.plugin里的<sx:datetimepicker>标签获取时间。

1).struts2-dojo-plugin-2.1.6.jar引入到自己的项目中。 
2).jsp中加入如下内容 
<%@ page language="java" pageEncoding="UTF-8"%> 
<%@ taglib prefix="s" uri="/ struts-tags" %> 
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> 
3). <head>中加入下列 

<head> 
    <s:head theme="xhtml"/> 
    <sx:head parseContent="true"/>       
</head> 
4).页面中使用 
<sx:datetimepicker name="birthday" lable="请求时间" displayFormat="yy-MM-dd" />

4.Struts-xml路径的跳转和命名空间的设置问题

<package name="helloworld" namespace="/base" extends="struts-default">
        
        <action name="helloWorldAction" class="action.HelloWorldAction">
        
            <result name="success">/success.jsp</result>
        </action>
    </package>

以上的代码,设置的命名空间为base,但是此时跳转的页面success.jsp位于项目根路径下,如果前面没有“/”,则会认为success.jsp位于根路径的base文件夹下

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值