Well first, struts2 removes the need for a separate formbean object.
As for type conversion, it's fairly simple to create the type converters yourself if one doesn't exist. Look at the DateConverter provided by the struts2 starter
maven archetype.
[ April 29, 2008: Message edited by: Jeremy Anderson ]