Re: Struts2.0 + Ajax based Implementation

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 Dave Newton
--- 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(). > I'm successfully implemented the login screen using > ajax.After user successfully logs in, the user views four > Radio buttons written i