I tried using the suggested format.date in ApplicationResources.properties it doesn't seem to work. I think creating a DateConverter (like suggested in EQX-50) is the best solution. I've done this and plan on checking it in.
Matt Raible - 01/Jun/07 02:48 AM I tried using the suggested format.date in ApplicationResources.properties it doesn't seem to work. I think creating a DateConverter (like suggested in EQX-50) is the best solution. I've done this and plan on checking it in.
The only problem caused by this is now the tests spit out a (seemingly harmless) error message: http://forums.opensymphony.com/message.jspa?messageID=118527#118527
Until we find a way to prevent this error, I'm going to add the following to log4j.xml in the Struts archetypes:
<logger name="com.opensymphony.xwork2.util.XWorkConverter">
<level value="FATAL"/>
</logger>
EQX-50) is the best solution. I've done this and plan on checking it in.The only problem caused by this is now the tests spit out a (seemingly harmless) error message: http://forums.opensymphony.com/message.jspa?messageID=118527#118527
Until we find a way to prevent this error, I'm going to add the following to log4j.xml in the Struts archetypes:
<logger name="com.opensymphony.xwork2.util.XWorkConverter">
<level value="FATAL"/>
</logger>