How to validation/workflow with fileUpload?

2008-09-25 Thread Earle Flynn
How is it possible to use validation/workflow interceptors in combination with fileUpload interceptor?   For the config below, if I submit an html form that includes the file tag, struts returns a blank white page instead of the intended success result. This occurs regardless of whether form is

Re: How to validation/workflow with fileUpload?

2008-09-26 Thread Earle Flynn
the field error is set. conversion error? Here is my s:file tag;   thanks, earle - Original Message From: Earle Flynn <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Thursday, September 25, 2008 3:42:01 PM Subject: How to validation/workflow with fileUpload? How

Re: How to validation/workflow with fileUpload?

2008-09-26 Thread Earle Flynn
Hi David, If I remove the value property from the s:file tag, then when the action returns from a validation error to the input-result the page will not fully render, stopping just before the s:file tag, presumably there is an exception in the s:file tag. Strange, I know, luckily I have a soluti

Re: How to validation/workflow with fileUpload?

2008-09-26 Thread Earle Flynn
em, or for the form tags in the JSP to access them. That might be the problem... L. Earle Flynn wrote: > How is it possible to use validation/workflow interceptors in combination > with fileUpload interceptor? > > For the config below, if I submit an html form that includes the fil

Re: How to validation/workflow with fileUpload?

2008-09-27 Thread Earle Flynn
Hi Martin, Interesting, I did not realize that the .action extension was not required for the action property of s:form. I do see it now after revisiting the s:form tag reference. I will give that change a go later today, although I am 110% the correct action is being called despite including th