Form processing issues and questions (particularly related to Border and ListMultipleChoice)

2009-09-01 Thread Crabb, Curtis
I am hoping that someone can shed some light upon a few questions I have around how Borders affect form processing. I have a Border that I commonly use within my application. When using this Border, I have noticed that all my FormComponents are being processed twice (validateRequired,

Re: Form processing issues and questions (particularly related to Border and ListMultipleChoice)

2009-09-01 Thread Martin Makundi
However, on the second call to updateModel, one of the first things done is to call clear() on my model object, which clears the converted input as well (since they are the same collection).  This results in the loss of my converted input, which in turn, blanks out my model.  I have worked