Re: Strange LazyDynaBean processing

2005-11-16 Thread Niall Pemberton
Sorry, my mistake - looks like its fixed in the current trunk (Struts 1.3) - but not Struts 1.2.8 Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> Sent: Wednesday, November 16, 2005 7:42 PM > I believe this is the same that was reported in Bug 35488 (a LazyDynaBea

Re: Strange LazyDynaBean processing

2005-11-16 Thread Niall Pemberton
I believe this is the same that was reported in Bug 35488 (a LazyDynaBean is wrapped by BeanValidatorForm) and has been fixed in Struts 1.2.8 Bug 35488: http://issues.apache.org/bugzilla/show_bug.cgi?id=35488 Change: http://svn.apache.org/viewcvs.cgi?rev=226537&view=rev Can you try Struts 1.2.8 a

Strange LazyDynaBean processing

2005-11-16 Thread Alexey Abashev
Hi everyone, I subscribed on this mail-list for answer on my question (or maybe this is will be a new bug request). Well, now I'll try to describe situation: 1. I created new web-application from struts-blank (v 1.2.7). 2. Added there one form bean and one action