Dude. I read somewhere that IE sucks at handling URL encoding that uses "+". You may need to google that or experiment with %20 instead. %20 is space right?
Seshagiri V wrote: > > FIY .. > > > > > > > > In Firefox, selecting text(as # only If click on "Delete" link > as button then that url woring fine(go to next page). > > In IE-7, not select text(as # If click on "Delete" link as > button then nothig happen (could not go to next page) > > > > I checked both the html that generates the code same. > > > > why not select text(as # If click on "Delete" link as button On > IE-7. > > > > Pl follows > snapshot............................................................. > > > > In Firefox:- > > > > > > > > > > In IE-7:- > > > > > > > > > > > > Pl How to approaching code > > 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. > > > > > > _____ > > From: Seshagiri V [mailto:seshagi...@kensium.com] > Sent: Saturday, January 24, 2009 10:39 AM > To: 'Mileidys Gonzalez Prieto'; 'user@struts.apache.org' > Subject: RE: My code working fine on Firefox.But it is not working on > IE-7. > > > > Hello, > > > > I am sending the html that generates the code (application run on IE-7). > > > > <html> > > <head> > > <title>Editing Milestone "Milestone" | PoPProject, by > > Paradigm PoP</title> > > > > > > </head> > > <body> > > > > > > > > > > > > > > > > > > > > > > > /u/viewConfirm.action?milestoneDTO.milestoneid=1&messageConfirm=Yo u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un titled%22.&yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone id%3D1&noURL=%2Fp%2FviewEditMilestone.action%3FmilestoneDTO.milestoneid% 3D1 <button >Delete</button> > > > > > > </body> > > </html> > > > > > > I am sending the html that generates the code (application run on > Firefox). > > > > > > <html> > > <head> > > <title>Editing Milestone "Milestone" | PoPProject, by > > Paradigm PoP</title> > > </head> > > <body> > > > > > > > > > /u/viewConfirm.action?milestoneDTO.milestoneid=1&messageConfirm=Yo u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un titled%22.&yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone id%3D1&noURL=%2Fp%2FviewEditMilestone.action%3FmilestoneDTO.milestoneid% 3D1 <button >Delete</button> > > > > </body> > > </html> > > > > 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. > > > > > > -----Original Message----- > From: Mileidys Gonzalez Prieto [mailto:mileidys.gonza...@i-frontier.net] > Sent: Friday, January 23, 2009 9:36 PM > To: 'Seshagiri V'; user@struts.apache.org > Subject: RE: My code working fine on Firefox.But it is not working on > IE-7. > > > > 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. > > > > > > > > > > > > > > Internal Virus Database is out of date. > > Checked by AVG - http://www.avg.com > > Version: 8.0.176 / Virus Database: 270.10.0/1862 - Release Date: > 12/23/2008 > 12:08 PM > > > -- View this message in context: http://www.nabble.com/My-code-working-fine-on-Firefox.But-it-is-not-working-on-IE-7.-tp21679922p21700039.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org