why did you instantiated the Action Form Bean... since itz already been passed to you as a parameter to your perform method. Just typecast the "ActionForm form "to your Form Bean, and then set the values.
If you instantiate there is no way you could get the results. Cheers Arul ----- Original Message ----- From: Sudhir <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 8:49 AM Subject: Newbi : while transforming data from Action Class to Bean > Hi, > > I have created an Action Class to get the data from database. Also instantiated the Action Form bean in the Action class but i am > not getting any data to JSP page. > > I am not getting any error. > > Can anybody tell me why the data is not displayed in JSP. > > Thanks and Best Regards, > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

