You nailed it asking about convertToString(). In the custom converter I'd taken great care in converting the TextArea input to List<InternetAddress>. Then, somewhat blindly, in convertToString() just took that List and returned a toString() which, as as List toString() does, returned the enclosed objects within brackets. That has now been fixed.
Thanks, Dave -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modifying-model-output-to-TextArea-tp4661830p4661834.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
