Re: Array of DynaForms

2006-10-05 Thread Laurie Harper
Manually constructing Dyna* forms is a little involved and is generally not something you want to do. You're going to be using indexed properties either way, so I would suggest you go with the second option or, alternatively, take a look at the LazyDynaForm variants and/or the FormDef project.

RE: Array of DynaForms

2006-10-04 Thread Strachan, Paul
Maybe rather than having a dynaForm with a single array I should be changing my form properties from String to String[]. If I do that am I still moving into the area of indexedPropoerties? I thought I had read about problems with validator and simple arrays? Any suggestions would be helpful