Well I feel stupid. I don't need to go thru all that trouble. If you need to open a page in a new window you use "javascript:void(0)" onclick="www.gohere.com" OR href="www.gohere.com" target="_blank". Here's the final change that uses the Struts framework with no hacks or Javascript...
Here's the way we use the iterate in our code:
<TABLE BORDER=0> <TR>
<logic:iterate id="letterval" type="org.bcbsal.indblue.forms.AppInfoLetterRowForm"
name="applicationInfoForm" property="applicationLettersList">
<tr>
<td><html:link...
I found the problem! It isn't in the way the output stream is setup in the action. Remember, I had said I opened a new window in my jsp. I used script to tailor the forward and the use of javascript:void(window.open(...)) caused IE to act on that new window. Now I could do what you all are...
I've been searching for a solution to a problem I am having with forwarding PDF output to the user. I am using exact code from another application that uses JRun. What happens is a new window is opened and I receive a File Download prompt. No matter what option I select, the process fails. I've...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.