DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22703>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22703

date field pattern in struts form: inconsistency

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2003-12-26 14:33 -------
Not according to your own documentation 
http://jakarta.apache.org/struts/userGuide/building_controller.html:

The types supported by DynaActionForm include: 

java.lang.BigDecimal 
java.lang.BigInteger 
boolean and java.lang.Boolean 
byte and java.lang.Byte 
char and java.lang.Character 
java.lang.Class 
double and java.lang.Double 
float and java.lang.Float 
int and java.lang.Integer 
long and java.lang.Long 
short and java.lang.Short 
java.lang.String 
java.sql.Date 
java.sql.Time 
java.sql.Timestamp 

It actually works quite well for Number types. And for the Date with the 
default format. 

I do not understand why it's so difficult for you to make one step forward 
instead of 10 backwards saying that you do support any types but String.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to