I have a JSP consisting of two frames:
Frame 1 allows the entry of query/filter criteria
Frame 2 displays the results using the criteria entered.

The following line is from the JSP of Frame1:
<html:form action="ftpMonitor.do" target ="frame2">

This all works fine if there are no form validation errors but when there
are any errors the frame1 JSP is redisplayed in frame2.

Is it possible to have the target of an action be frame1 if there are form
errors and frame2 otherwise?

Thanks
Patrick Ritchie


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to