I have a application which extensively uses iframes. On some of the submit buttons I have to change the parent frame, while on some actions, I have to just update the current frame. I use target = "_parent" or target = "_self" for this purpose. Till this point every thing works fine. The problem starts when some of the validation for the action where parent frame is to be updated fails. I get errors on the parent frame because I have specified target="_parent" , Is there any way, by which I can change the target through action class or from the server?
Thanks and Regards, Nitish Kumar