Re: S2: Design Input suggestion

2007-04-05 Thread Harring Figueiredo
Joey, Thank you so much for you input. I will take a look again at the showcase application code and see the detail of it. I was not aware that we could setup interceptors like that -- Your input on this is greatly appreciated. Regards, Harring Figueiredo On 4/5/07, joey <[EMAIL PROTECTED]> wr

Re: S2: Design Input suggestion

2007-04-05 Thread joey
I don't think you should turn on validation in "edit" mode or "create" mode. Validation is only needed in "save" mode. "edit" mode or "create" mode is just to show field data,no submit. You can set validation only work for "save" mode like this: Add edit,create i

S2: Design Input suggestion

2007-04-05 Thread Harring Figueiredo
Folks: I have a form that is rendered by calling an action from a get or a put. In "edit" mode, the fields are pre-populated from the POJO (param to get the POJO is passed on the URL GET). In "create" mode, the fields are, of course, empty. The design issue I am having has to do with the Vali