Re: Struts 2 convention plugin & tiles support

2010-02-14 Thread Lukasz Lenart
2010/2/14 Peter Nguyen : > I'm currently looking at the Struts 2 Convention plugin for small project as > a means of zero configuration, however I'm also looking to use tiles for my > templating. Does anyone know if there's any documentation on supported > result types for the convention plugin (ot

Re: i18n database backed

2010-02-14 Thread Lukasz Lenart
2010/2/12 CRANFORD, CHRIS : > Anyone have any suggested ways to support i18n internationalization > backed by a database table rather than property files? You have to write your own TextProvider - take a look on ActionSupport implementation to get more details. And then configure it as a bean in s

TypeConverters - multiple fields/values

2010-02-14 Thread Andy Sykes
Hi list, I'm extending the StrutsTypeConverter and writing my own type converter. Is there any way to have the type converter reference multiple fields in order to construct a complex type? I notice the method signature for convertFromString has three parameters - one of them is a String array