Browser compatability issue - in Struts2.0

2008-07-10 Thread AjaySrini
Hi I have implemented ajax based parital page rendering in Struts 2.0. Currently i'm facing browser compatibility issue because of radio button events. While using onclick,it is working fine in IE but not in Firefox2.0 Similarly, when using onchange it is working vice-versa. Currently is there

Re: Struts2.0 + Ajax based Implementation

2008-07-10 Thread AjaySrini
there any browser compatibility issue with Struts2.0 Thanks, Srini newton.dave wrote: > > --- On Thu, 7/10/08, AjaySrini <[EMAIL PROTECTED]> wrote: >> I'm using Struts2.0 in our application.I have written >> the code in such a way it supports Ajax(). >>

Struts2.0 + Ajax based Implementation

2008-07-10 Thread AjaySrini
Hi all, I'm using Struts2.0 in our application.I have written the code in such a way it supports Ajax(). I'm successfully implemented the login screen using ajax.After user successfully logs in, the user views four Radio buttons written in a struts 2 div tag.Based on the selection of the radio

Re: Ajax based login not working in IE but Working in FF

2008-07-08 Thread AjaySrini
Hi, Thanks for ur timely reply. Do u have any idea regarding the following problem? I'm developing a web application which consists of 4 radio buttons using Struts 2.0 written in div tag. Based on the selection of the radio buttons i need to display the other struts tags such as , , , etc... u

Ajax based implementation for Radio Button in Struts 2.0

2008-07-08 Thread AjaySrini
Hi, Currently i'm developing a web application which consists of 4 radio buttons using Struts 2.0 written in div tag. Based on the selection of the radio buttons i need to display the other struts tags such as , , , etc... using ajax implementation. Looking forward to ur reply... Thanks, Srini

Re: Ajax based login not working in IE but Working in FF

2008-07-08 Thread AjaySrini
Hi Thanks for ur reply. It is working fine now. Regards, Srini :-) Jeromy Evans - Blue Sky Minds wrote: > > AjaySrini wrote: >> Hi all, >> >> I'm new to sturts 2.0.Currently i'm developing a web application in which >> i >> have a login scree

Ajax based login not working in IE but Working in FF

2008-07-07 Thread AjaySrini
Hi all, I'm new to sturts 2.0.Currently i'm developing a web application in which i have a login screen which is ajax based(using ) It works fine in FF but when i used to login through IE it is not working. Whether Struts2.0 + ajax functionality will support IE. looking forward to ur reply. Th