On the subject of type conversion, I have a another idea to share:
I'd like to see a better way to register global type converters than the
xwork-conversion.properties file. How about an entry in the struts.xml like:
Conventions plug-in could add an annotation-oriented approach, too.
If I miss
Wrong button.
Now that XW is part of S2 proper it seems like we have an opportunity to
clean some stuff up and add some nice functionality, although I'm at a bit
of a loss with how to compete against Spring MVC at this point.
What do we think would be cool to see?
I toyed with a Groovy-based con
I'd also like to see a less hard-coded impl of the default type converters.
On Fri, Oct 21, 2011 at 9:37 PM, Steven Benitez wrote:
> Hey, all:
>
> I'd like to propose an API change to ObjectFactory to add a
> buildTypeConverter method. Currently, type converters are created using the
> more gener
Hey, all:
I'd like to propose an API change to ObjectFactory to add a
buildTypeConverter method. Currently, type converters are created using the
more general buildBean method. My primary motivation for this is that the
Google Guice Struts2 plug-in currently fails miserably if you use custom
type