Re: Disable validate interceptor while executeAndWant in "wait" phase

2007-10-15 Thread Igor Vlasov
And i suggest exactly an enhancement of Struts itself !! > > I suggest to disable validation while "wait" phase is active. > Therefore we may not use "/>. With best regards. Laurie Harper wrote: > > Please post questions about using Struts to the Struts Users list only. > The Struts Dev

Re: Disable validate interceptor while executeAndWant in "wait" phase

2007-10-15 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html Igor Vlasov wrote: Hello. I recieve an validation exception while "wait" phase of executeAndWant.

Disable validate interceptor while executeAndWant in "wait" phase

2007-10-14 Thread Igor Vlasov
Hello. I recieve an validation exception while "wait" phase of executeAndWant. My example: 1. longRunningAction-wait.jsp longRunningAction-success.jsp 2. longRunningAction-wait.jsp <%@ taglib prefix="s" uri="/struts" %> Please wait !!!!// without