Re: Action Struts2

2011-01-13 Thread Mohamed SIDI
never mind, this will make you thinking about your BalckBerry next time :D 2011/1/12 Brian Thompson elephant...@gmail.com That's never a good sign. -Brian On Wed, Jan 12, 2011 at 10:03 AM, Dave Newton davelnew...@gmail.com wrote: We've been butt-posted?! :D On Wed, Jan 12,

Re: using a custom Converter for elements of a Collection

2011-01-13 Thread Scott Koenig
I was able to find a solution by creating a second converter, PlaylistsConverter, which returns a List of Playlists instead: public Object convertFromString(Map arg0, String[] arg1, Class arg2) { if (arg1.length 0 arg1[0].trim() != ) { ListPlaylist playlists = new

S2 PrepareInterceptor is eating exceptions that occur in prepare{methodName} methods

2011-01-13 Thread Greg Lindholm
The PrepareInterceptor seems to have a bug; any exceptions that occur in the prepare{MethoName} methods are being caught and ignored. It should be re-throwing the exception so that normal Exception handing logic will occur (in the Exception Interceptor). Exception that occur in prepare() are not