Hi, I have a JSP which has a corresponding action class in my application based on Struts (actually I am Struts newbie... so dont know much about it) The "Controller" class which handles all the requests can see the action value as "setdefault" when I click on next.gif in Mozilla. However, it comes "" in IE. I see several similar incidents on the Web forums, but none have given a proper solution (Someone said that IE prints some "Loading..." message which clears the submit criteria and so on...)
<html:image property="action" value="setdefault" src="next.gif" /> Can anyone please tell me what the problem is, and how do I get around it to make it work on IE? Thanks, Manu