[ANNOUNCEMENT] Struts 2.0.14 End of Life Announcement

2011-12-19 Thread Rene Gielen
The Apache Struts Team likes to inform you that the Struts 2.0 branch has reached it's end of life and is no longer supported. All users of Struts 2.0.14 or earlier Struts 2 versions are strongly advised to update their existing applications to Struts 2.3.x. Struts 2.0.14 was for some time

Struts 2 Webinar in Wednesday

2011-12-19 Thread Bogomil Shopov
Hey guys, We will have free Struts 2 related webinar in Wednesday. I invite you to join if you are interested in making your life fun with Struts 2 and JRebel. I am looking forward to meet you there. https://www3.gotomeeting.com/register/751400870 -- Bogomil Bogo Shopov Internet enthusiast

Re: Struts 2 Webinar in Wednesday

2011-12-19 Thread Brian Thompson
What time (GMT) on Wednesday? Brian On Mon, Dec 19, 2011 at 10:16 AM, Bogomil Shopov shopov.bogo...@gmail.comwrote: Hey guys, We will have free Struts 2 related webinar in Wednesday. I invite you to join if you are interested in making your life fun with Struts 2 and JRebel. I am

Re: Struts 2 Webinar in Wednesday

2011-12-19 Thread Bogomil Shopov
On 19 December 2011 17:22, Brian Thompson elephant...@gmail.com wrote: What time (GMT) on Wednesday? Wed, Dec 21, 2011 5:00 PM - 6:00 PM GMT //Bogo Brian On Mon, Dec 19, 2011 at 10:16 AM, Bogomil Shopov shopov.bogo...@gmail.comwrote: Hey guys, We will have free Struts 2 related

Re: using property/constant placeholder in struts config file

2011-12-19 Thread Greg Lindholm
You could also define a global result for success: global-results result name=success/templates/application/applicationframe.jsp/result /global-results On Mon, Dec 19, 2011 at 1:44 AM, aum strut aum.str...@gmail.com wrote: Thanks Łukasz, that's a perfect approach 2011/12/18 Łukasz Lenart

BigDecimal type conversion

2011-12-19 Thread Biesbrock, Kevin
Our application is rolling with Struts 2.2.1. One action class implements ModelDrivenE and in the model we have a MapBusinessObjectA, BusinessObjectB; where we rolled a custom type converter for BusinessObjectA and BusinessObjectB has a BigDecimal. This model has been in production for well

Re: BigDecimal type conversion

2011-12-19 Thread Dave Newton
Either a type convertor, or an interceptor that trims everything. d. On Dec 19, 2011 3:23 PM, Biesbrock, Kevin biesbrock.ke...@aoins.com wrote: Our application is rolling with Struts 2.2.1. One action class implements ModelDrivenE and in the model we have a MapBusinessObjectA,

RE: BigDecimal type conversion

2011-12-19 Thread Biesbrock, Kevin
Excellent! Thank you, Beez P.S. No response on the bug comment. Out of curiosity, what is the reason for overriding such trimming as seen by the parent class? Any idea? -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Monday, December 19, 2011 3:25 PM To: