Date « Struts « JSP-Servlet Q&A





1. How to input Date to a Struts2 action from a jsp?    stackoverflow.com

I am facing a lot of problems here in my jsp page. What tag I should use to get a date (yyyy-MM-dd) from user and store it in a Date property ...

2. Struts 1 Date Format Tag    stackoverflow.com

Is there any tag in the Struts 1 tag library which can format a java.util.Date object? In Struts 2, I can use the s:date tag, but I can't find the Struts 1 ...

3. Date in jspx    struts.1045723.n5.nabble.com

4. How to pass date from action to custom jsp tag?    struts.1045723.n5.nabble.com

Hello, I want to create simple dummy tag. I have an action: class MyAction extends ActionSupport{ /** Some code*/ public Department getRoot(){ /** Some code foes here...*/ return departmentInstance; } } a tag: <%@tag language="java" pageEncoding="UTF-8" body-content="empty" %><%@ attribute name="tree" required="true"%><%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="p"%><%@tag ...

5. JSP Date Control    struts.1045723.n5.nabble.com

> > This is a tiny bit off topic, but does anyone know a good JSP based > Date Control that works well for Birth Dates? Most of the JavaScript > libraries with the fancy calendar controls are horrible to enter > birthdates (just hit the << Previous Year button 45 times). I'm > hoping for something that can ...