nested : NestedPropertyHelper

2001-12-20 Thread Tom Klaasen (TeleRelay)
Auch Arron, Are you sure all those instanceof checks are a good idea? Adding another nested tag would require you to adapt the NestedPropertyHelper, which isn't clean design IMHO. And I wouldn't have noticed this if I wasn't checking an NestedIterate bug. nested:iterate behaves differently than

Re: nested : NestedPropertyHelper

2001-12-20 Thread Arron
Imbedded Context response... Auch Arron, Are you sure all those instanceof checks are a good idea? Adding another nested tag would require you to adapt the NestedPropertyHelper, which isn't clean design IMHO. Quite sure. The instanceofs look for standard nesting functionality which the nested

RE: nested : NestedPropertyHelper

2001-12-20 Thread Tom Klaasen (TeleRelay)
-Original Message- From: Arron [mailto:[EMAIL PROTECTED]] Sent: donderdag 20 december 2001 15:25 To: Struts Developers List Subject: Re: nested : NestedPropertyHelper [snip] I also removed the check for the select tag. I had it there from when

Re: nested : NestedPropertyHelper

2001-12-20 Thread Arron Bates
Message- From: Arron [mailto:[EMAIL PROTECTED]] Sent: donderdag 20 december 2001 15:25 To: Struts Developers List Subject: Re: nested : NestedPropertyHelper [snip] I also removed the check for the select tag. I had it there from when there was no NestedParentSupport interface. It was the first