IE « Struts « JSP-Servlet Q&A





1. Prevent IE caching    stackoverflow.com

I am developing a Java EE web application using Struts. The problem is with Internet Explorer caching. If an user logs out he can access some pages because they are cached ...

2. *.do files not opening in my IE7    stackoverflow.com

I have written a struts application. When i open the application in my IE7 browser, it doesn't open the .do files, instead IE7 displayes the "FIND SAVE or CANCEL" dialog box. ...

3. Disabling works in IE8 and not in lower versions of IE    stackoverflow.com

I have a jsp code like this

<html:option value="${apealstaList.appealStatusMasterId}" disabled="true">${apealstaList.appealStatusDescription}</html:option>
This disable the options and it works fine in IE8 and not working in the lower versions like IE7 and IE6. Please help ...

4. Can you force focus on a calling IE window on the close of a child IE window in Windows CE?    stackoverflow.com

I have a struts application being used on handheld devices running Windows CE 4.2/5.0. We needed the functionality of another app in this one, and the solution was to pop up a ...

5. Javascript return false not working in ie    stackoverflow.com

HI All I have following lines in my JSP.

<s:submit name="submit"  onclick="return validateUser();" action="saveUser"  theme="simple" value="Save" />
The java script method validateUser(), validates the user and returns true or false. ...

6. 

tag inside table cell creates a line break in IE 7    stackoverflow.com

I am working on an application in struts having jsp pages. IN IE 7 long sentence inside tag creates a line break. Any idea what could be the problem? Table is ...

7. POST method getting converted to GET in IE-9    stackoverflow.com

I have this line of code in my JSP. (I'm using struts 1.3) <html:form action="screening/mine.do" method="post"> . . . </html:form> When the action corresponding to mine.do is invoked (using struts-config.xml), the page is getting submitted as GET ...