hi, Yaa i have done mistake. I have placed my ActionForm Name insted of Confingfile form name. But the problem still there i am not able to get the form (setLableParam())value to my jsp. I have created an object in my jsp and tried to print the object, but it is returning null. and one more thing is when i tried to print in the ActionClass it is printing perfectly like below.
System.out.println ("ActionForm object"+form.getLableParam ()); when setAttribute(),getAttribute is working fine. i am giving my code. my ActionClass: --------------- form.setLableParam (lableGenVect); System.out.println ("ActionForm object"+form.getLableParam ());// when i tried to print it is printing.... My FormBean: -------------- Vector lableParam = new Vector(); public Vector getLableParam (){ return lableParam; } public void setLableParam (Vector lables){ this.lableParam = lables; System.out.println ("X32 FORM __________"+lables); // tried to print in form bean, its printing the vector data } my Jsp: --------- <tr> <logic:iterate name="X32" id="lableParam" property="lableParam"> <tr> <td> <bean:write name="X32" property="lableParam"/> </td> </tr> </logic:iterate> </tr> i have tired in so many way's but i did not find out the problem.....!!! can u find out and tel me where i am doing error.... Ajay -- View this message in context: http://www.nabble.com/problem-with-%3Clogic%3Aiterate...-tf4433312.html#a12667667 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]