How to access formbean of another action class

2006-11-22 Thread Sheetal Gupta
Hi, I hava a action class "A" , which based on the value in it's form bean takes an appropriate action.. Now, I have an another action class(B), which would explicitly invoke action class A. But the problem is how do i get a reference of form bean of " A", SO THAT i CAN MANUALLY SET . the p

Hpw to pass multiple parameters in

2006-09-14 Thread Sheetal Gupta
Hi, Can anybody tell me how to pass multiple parameters in I tried the following snippet, cmd : but it don't work.. It is only giving value of "Module" and not the "DeviceType" Regards, Sheetal

RE: Hi Need help .. on javascript & validation framework when used together

2006-09-12 Thread Sheetal Gupta
validation framework when used together Have you tried form onsubmit instead on button onclick? Obrigado, David Pinho DAN/DIS -Original Message- From: Sheetal Gupta [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 11 de Setembro de 2006 10:25 To: Struts Users Mailing List Subject: Hi

Hi Need help .. on javascript & validation framework when used together

2006-09-11 Thread Sheetal Gupta
Hi, I have a scenarion in which I have put a check (validation), that a radio butoon must be selected, beforea form gets submit. THis I have done using validation.xml. Now i have another requirement, that before pressing submit, a confiramtion dialog box should be shown... for which I have w