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
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
2 matches
Mail list logo