Action pass time parameter in Struts2

Source: Internet
Author: User


Import Java.text.SimpleDateFormat;
Import Java.util.Date;
Import Javax.servlet.http.HttpServletRequest;
Import Org.apache.struts2.ServletActionContext;
Import Org.springframework.beans.factory.BeanFactory;


Import Org.springframework.context.support.ClassPathXmlApplicationContext;
Import Com.oa.manager.PersonManager;
Import Com.oa.manager.UserManager;
Import Com.oa.model.PageModel;
Import Com.oa.model.User;




Import Com.opensymphony.xwork2.ActionSupport;
	public class Useraction extends Actionsupport {public String getendtimes () {return endtimes;
	} public void Setendtimes (String endtimes) {this.endtimes = Endtimes;
	
        //This is the string type private string endtimes for the time parameter action passed over for the JSP page;


	Private Date Endtime;
	Public String AddUser () throws Exception {return "AddUser";
		Public String AddUser () throws Exception {User user = new user ();
		User.setusername (username);
		
		User.setpassword (password); Date date = new SimpleDateFormat ("yyyy-mm-dD "). Parse (endtimes);
		Endtime = date;
		User.setendtime (Endtime);
		Usermanager.adduser (user, personId);
	return "AddUser";
 }
}


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.