Re: DispatchAction / DynaValidatorForm / Upload best practice

2004-04-20 Thread Stephane Bailliez
"Adam Hardy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've just realised that Marco may be partially correct - but it's not > due to the dispatch action, it's due to the multipart request formbean. > Perhaps if you look in the archives for multi-part request, you'll find > some

Re: DispatchAction / DynaValidatorForm / Upload best practice

2004-04-20 Thread Stephane Bailliez
"Marco Mistroni" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > Yes I was not meaning because of dispatchaction.. > I guess this happens with Action in general, due to the reason > That you mentioned... > Actually I have read (from struts in action I believe) that bean > Proper

Re: DispatchAction / DynaValidatorForm / Upload best practice

2004-04-19 Thread Stephane Bailliez
#x27;select' dispatch? Does this somehow display > the image on the page? It looks recursive / infinite loop-like. No, it's like a preview, or edition of an object. It just get the current value of the object. > On 04/18/2004 10:45 PM Stephane Bailliez wrote: > > I'm

DispatchAction / DynaValidatorForm / Upload best practice

2004-04-18 Thread Stephane Bailliez
I'm fighting to find a clean solution to the following problem and hope that the experts out there can provide Context: - File upload size limit set via the struts controller - DynaValidatorForm with properties (id, dispatch, file) - CRUD action create/read/update/delete via DispatchAction - c