Re: [appfuse-user] forms validating before submit

2007-06-07 Thread Jason Thrasher
I haven't solved this issue, but found some clues: it appears that the Struts2 validator is enabled in two locations: 1) the struts.xml, and 2) somewhere else. The "somewhere else" validator doesn't honor the "excludeMethods" parameter, and therfore runs on my SignupAction for the "execute" metho

Re: [appfuse-user] forms validating before submit

2007-06-06 Thread Jason Thrasher
Created for FileUpload: http://issues.appfuse.org/browse/APF-803 Something seems broken in my validation though, which may be different than the FileUploadAction validation issue. It's as if the struts.xml interceptor isn't honoring it's method excludes: canc

Re: [appfuse-user] forms validating before submit

2007-06-06 Thread Matt Raible
This might be caused by the following change: Sorry - tinyurl didn't let me create a shorter version of this URL for some reason. Matt On 6/6/07, Matt Raib

Re: [appfuse-user] forms validating before submit

2007-06-06 Thread Matt Raible
I am able to reproduce this - can you please enter a bug for it in JIRA? http://issues.appfuse.org/browse/APF I suspect it's something to do with the interceptor names and "excludeMethods" - maybe the interceptor names got changed in struts-default. Thanks, Matt On 6/6/07, Jason Thrasher <[EM

[appfuse-user] forms validating before submit

2007-06-06 Thread Jason Thrasher
Some of my web-view forms seem to be validating themselves before they are ever submitted. This is happening for a Struts2-modular AppFuse. Valiation rules defined in XXXAction-validation.xml xwork-validator files seem to be getting run too soon. Does anyone know what might cause this? This al