edcruise
Apr 16th, 2008, 03:08 AM
I found real problem,
or rather i have a page with 2 form inside. Precisely one is loaded via <iframe> tag, and the other is defined via <form:form> tag.
Problem is that, after recall page more than once, i obtain NoSuchFlowExecutionException.
Problably it depends on _flowExecutionKey conflict. Here (http://forum.springframework.org/showthread.php?t=34523&highlight=iframe) cunnen exaplain a method to ovoid such conflict but it is not cleart for me.
Please, can someone tell me how to handle more than one form in a jsp page, avoinding _flowExecutionKey conflict ?
Maybe must rename one ? Or handle one via javascript ?
Thnaks in advance,
regards edcruise.
or rather i have a page with 2 form inside. Precisely one is loaded via <iframe> tag, and the other is defined via <form:form> tag.
Problem is that, after recall page more than once, i obtain NoSuchFlowExecutionException.
Problably it depends on _flowExecutionKey conflict. Here (http://forum.springframework.org/showthread.php?t=34523&highlight=iframe) cunnen exaplain a method to ovoid such conflict but it is not cleart for me.
Please, can someone tell me how to handle more than one form in a jsp page, avoinding _flowExecutionKey conflict ?
Maybe must rename one ? Or handle one via javascript ?
Thnaks in advance,
regards edcruise.