Can u send the html that generates the code... Mileidys González Prieto Consultant i-Frontier Henck Arronstraat 16 | P.O.Box 12858 | Paramaribo, Suriname (SA) Office: (597)-424073 | Mobile: (597)-8810219 www.i-frontier.net -----Original Message----- From: Seshagiri V [mailto:seshagi...@kensium.com] Sent: Friday, January 23, 2009 7:50 AM To: user@struts.apache.org Subject: My code working fine on Firefox.But it is not working on IE-7.
Hello everyone, I am working on struts2.0.My code working fine on Firefox.But it is not working on IE-7(same code). Here is a snippet of my code in the jsp: <body> <s:url id="tempMilestoneRemoveURL" namespace="/u" action="viewConfirm"> <s:param name="messageConfirm"><s:text name="milestone_confirm_remove"> <s:param name="milestoneDTO.name" value="%{milestoneDTO.name}" /> <s:param name="milestoneDTO.dividedPoP.name" value="%{milestoneDTO.dividedPoP.name}" /> </s:text> </s:param> <s:param name="yesURL"><s:url namespace="/p" action="removeMilestone"> <s:param name="{milestoneDTO.milestoneid" value="%{{milestoneDTO.milestoneid}" /></s:url></s:param> <s:param name="noURL"> <s:url namespace="/p" action="viewEditMilestone" /> </s:param> </s:url> <s:a href="%{tempMilestoneRemoveURL}" style="text-decoration:none" ><button><s:text name="Delete" /></button></s:a> </body> If clicks on this "Delete" link as button, it is working fine on Firefox But it is not working on IE-7. Please help me How to approaching code of IE-7. <s:a href="%{tempMilestoneRemoveURL}" style="text-decoration:none" ><button><s:text name="Delete" /></button></s:a> Thank you, Seshagiri V seshagi...@kensium.com. US Main: 877 KENSIUM (536.7486) US Fax: 312.242.3029 Kensium 200 S Wacker Dr, Suite 3100 Chicago, IL 60606 Confidentiality Note: ----------------------------- The information contained in this e-mail is strictly confidential and for the intended use of the addressee only. Any disclosure, use or copying of the information by anyone other than the intended recipient is prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and securely discard this message. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org