Re: varying targets

2005-06-24 Thread Lucas Bern
oh, I had to face this problem some weeks ago And no way my friend. The only solution us that the target attribute of the tag be a request time expression, like this: JSP > bla bla bla ACTION ... request.setAttribute("whereIsTheTarget", "_blank ") /*for example*/ ,... Be care

varying targets

2005-06-24 Thread Nitish Kumar
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 prob