Hi Jeromy.
Jeromy Evans wrote:
Hi Roberto,
This is precisely what a custom type-converter is for:
http://struts.apache.org/2.x/docs/type-conversion.html
It accepts a string and converts to an object, and vice versa. It's
invoked by the conversion interceptor.
I'm going to implement a conv
Hi Roberto,
This is precisely what a custom type-converter is for:
http://struts.apache.org/2.x/docs/type-conversion.html
It accepts a string and converts to an object, and vice versa. It's
invoked by the conversion interceptor.
However, I thought the default Date converter is already setup
Hi.
I have a form that posts to a ModelDriven Action.
In that form I'm trying to use raw dojo 1.0 DateTextBox, but I have
trouble with the formatting of the date.. According to the
dojo docs, when communicating to/from the server, it uses
ISO-8601.
As java.util.Date doesn't know how to parse ISO
3 matches
Mail list logo