Re: How to notify user about FileUploadBase$SizeLimitExceededException

2008-02-11 Thread AM101
I have set the uploadMaxFileSize but how do show this error to user in UI. samju wrote: > > its feasible to define your web-app Configuration? > 1- apache commons fileupload > 2- myfaces.webapp.filter > 3- clay > 4- irx.view > and so on... > did you check the uploadMaxFileSize?? > > Sam >

RE: Problem with navigation handler

2008-02-11 Thread mario.buonopane
Sam, what o wanna do is: - have a button on the page with the action attribute setted to "ACT1" - have a dialog with the association from my view to action ACT1 setted to test_stateless$ricercaSinistro.findClaim - have the findClaim method of Managed Bean test_stateless$ricercaSinistro that return

Re: How to notify user about FileUploadBase$SizeLimitExceededException

2008-02-11 Thread samju
its feasible to define your web-app Configuration? 1- apache commons fileupload 2- myfaces.webapp.filter 3- clay 4- irx.view and so on... did you check the uploadMaxFileSize?? Sam AM101 wrote: > > I have configured my application to use FileUpload functionality. It is > working as per design

RE: Problem with navigation handler

2008-02-11 Thread samju
i need more specific details is your aim to link-up 2 action? to let a Dialog action (outcome = ACT1") delegate to non Dialog action (outcome =null)? Sam mario.buonopane wrote: > > Sam, in this way does work. What I can't do is: > - set on the action a logical action name (outcome). For exampl