Re: S:radio onchange call an action

2010-04-15 Thread hisameer
nName; > testForm.submit(); > } > > > > > From: hisameer > To: user@struts.apache.org > Sent: Tue, April 13, 2010 1:21:38 PM > Subject: S:radio onchange call an action > > > Hi, > > I am having radio buttons in my jsp page with three selections: >

Re: S:radio onchange call an action

2010-04-13 Thread Kusuma Haranath Atmakuri
1:21:38 PM Subject: S:radio onchange call an action Hi, I am having radio buttons in my jsp page with three selections: (o) Login (o) Returning user (*) Register Register is selected default. But if the user selects Login or Returning User I want to call an action on the onchange event which has

S:radio onchange call an action

2010-04-13 Thread hisameer
Hi, I am having radio buttons in my jsp page with three selections: (o) Login (o) Returning user (*) Register Register is selected default. But if the user selects Login or Returning User I want to call an action on the onchange event which has to do some business logic and redirect the page to