Re: My code working fine on Firefox.But it is not working on IE-7.

2009-01-27 Thread dusty

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
 
 titleEditing Milestone Milestone | PoPProject, by
 
 Paradigm PoP/title
 
  
 

 
 /head
 
 body
 
  
 
  
 
  
 
  
 
 
 
 
 
 
 
  
 
  
 
  
 
 
 /u/viewConfirm.action?milestoneDTO.milestoneid=1amp;messageConfirm=Yo
u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un
titled%22.amp;yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone
id%3D1amp;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
 
 titleEditing Milestone Milestone | PoPProject, by
 
 Paradigm PoP/title
 
 /head
 
 body
 
  
 
  
 
  
 
 
 /u/viewConfirm.action?milestoneDTO.milestoneid=1amp;messageConfirm=Yo
u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un
titled%22.amp;yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone
id%3D1amp;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=messageConfirms:text
 
 name=milestone_confirm_remove
 
  
 
 s:param name=milestoneDTO.name
 
 value=%{milestoneDTO.name} /
 
  
 
 s:param name=milestoneDTO.dividedPoP.name
 
 value=%{milestoneDTO.dividedPoP.name} /
 
  
 

RE: My code working fine on Firefox.But it is not working on IE-7.

2009-01-23 Thread Mileidys Gonzalez Prieto
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=messageConfirms: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=yesURLs: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
buttons: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
buttons: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



RE: My code working fine on Firefox.But it is not working on IE-7.

2009-01-23 Thread Seshagiri V
Hello,

 

I am sending the html that generates the code (application run on IE-7).

 

html

head

titleEditing Milestone Milestone | PoPProject, by

Paradigm PoP/title

 

   

/head

body

 

 

 

 







 

 

 

a id=editMilestone_
href=/u/viewConfirm.action?milestoneDTO.milestoneid=1amp;messageConfirm=Yo
u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un
titled%22.amp;yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone
id%3D1amp;noURL=%2Fp%2FviewEditMilestone.action%3FmilestoneDTO.milestoneid%
3D1 style=text-decoration:nonebutton Delete/button/a

 

 

/body

/html

 

 

I am sending the html that generates the code (application run on Firefox).

 

 

html

head

titleEditing Milestone Milestone | PoPProject, by

Paradigm PoP/title

/head

body

 

 

 

a id=editMilestone_
href=/u/viewConfirm.action?milestoneDTO.milestoneid=1amp;messageConfirm=Yo
u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un
titled%22.amp;yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone
id%3D1amp;noURL=%2Fp%2FviewEditMilestone.action%3FmilestoneDTO.milestoneid%
3D1 style=text-decoration:nonebutton Delete/button/a

 

/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=messageConfirms: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=yesURLs: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

buttons: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

buttons: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



RE: My code working fine on Firefox.But it is not working on IE-7.

2009-01-23 Thread Seshagiri V
Hi,

 

In Firefox, selecting text(as a href=# only  If click on Delete link
as button then that url woring fine(go to next page).

In IE-7, not select text(as a href=#   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 a href=#   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

titleEditing Milestone Milestone | PoPProject, by

Paradigm PoP/title

 

   

/head

body

 

 

 

 







 

 

 

a id=editMilestone_
href=/u/viewConfirm.action?milestoneDTO.milestoneid=1amp;messageConfirm=Yo
u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un
titled%22.amp;yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone
id%3D1amp;noURL=%2Fp%2FviewEditMilestone.action%3FmilestoneDTO.milestoneid%
3D1 style=text-decoration:nonebutton Delete/button/a

 

 

/body

/html

 

 

I am sending the html that generates the code (application run on Firefox).

 

 

html

head

titleEditing Milestone Milestone | PoPProject, by

Paradigm PoP/title

/head

body

 

 

 

a id=editMilestone_
href=/u/viewConfirm.action?milestoneDTO.milestoneid=1amp;messageConfirm=Yo
u+are+about+to+remove+a+milestone%2C+%22Milestone%22%2C+from+the+PoP%2C%22Un
titled%22.amp;yesURL=%2Fp%2FremoveMilestone.action%3FmilestoneDTO.milestone
id%3D1amp;noURL=%2Fp%2FviewEditMilestone.action%3FmilestoneDTO.milestoneid%
3D1 style=text-decoration:nonebutton Delete/button/a

 

/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=messageConfirms: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=yesURLs: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 /