Re: Struts and iframes

2004-01-15 Thread Adam Hardy
If you're going to use a form in one frame to submit to another frame, then you should expect that! You could set the action mapping 'input' parameter to an error page instead of the form itself. That way, the 2nd frame will display an error message instead of a form. Adam On 01/14/2004

Struts and iframes

2004-01-14 Thread Vinicius Carvalho
Hi there! In our project, at a certain point, we have a table with a form in a td, which target is a iframe, code looks like this: html:form action=/buildModel target=main Well, it works fine, almost! The action forwards to the viewModel.jsp, which is rendered in the main window. The problem