I have a frameset with two included jsp's. <frameset rows="15%,85%"> <html:frame frameName="search" page="/jsp/awp/search.jsp" /> <html:frame frameName="display" page="/jsp/awp/empty.jsp" /> </frameset> </head> </html>
this is the first jsp inside the frameset with validation and errors should be displayed there: <html:form action="/show" target="display" > <tr> <td width="100"> <html:link page="/jsp/index.jsp">Home</html:link> </td> <td colspan="3" align="center"><b>show group</b></td> </tr> <tr> <td><html:text property="abt_id" size="3" value="32"/> </td> <td><html:submit/></td> </tr> <html:errors/> </html:form> the large problem that I have is that I want the errors to be displayed in the first jsp (in the part of the frameset above), where the submit button original is! But the effect is that the original page gets duplicated on the screen und the errors were displayed there! Who can give me an advice? Thanks Antonio ____________________________________________________________ 6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero! Scaricalo su INTERNET GRATIS 6X http://www.libero.it --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]