The bean:write tag can take a format parameter which will probably do what you need. The technique that I use is to either format the date when populating the form using a utility method or to call the utility method from some scriptlet code in the
JSP. I have thought about creating a custom tag to avoid the scriptlet code, but I have not gotten around to that.
- Brent