RE: Constructor of Action is executed but getting a blank screen

2006-09-11 Thread krishan rathi
thanks Emilia Ipate <[EMAIL PROTECTED]> wrote: Hi! It might sound stupid, but just check: Your execute method from Action is actually called "excecute" instead of "execute". -Original Message- From: krishan rathi [mailto:[EMAIL PROTECTED] Sent: Monday, Sep

Constructor of Action is executed but getting a blank screen

2006-09-11 Thread krishan rathi
hi all Infact the constructor of Action is called but i am getting a blank screen and in the log file just getting the SOP in the constructor not even getting the Sop in the Exceute method. plz help Thanks krishan rathi <[EMAIL PROTECTED]> wrote: Hi all I am trying

struts+Action+netbeans 5.0 problem

2006-09-11 Thread krishan rathi
id setAddress(String address) { this.address = address; } } thanks Krishan rathi. - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.

exception java.lang.IllegalArgumentException: No bean specified while using indexed properties

2006-08-25 Thread krishan rathi
Hi all I am getting following exception java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts. MyForm Bean is public class ReportItemForm extends ActionForm { FormItem [] formItem=null; public void setItem(int index, FormItem formItem){

Re: Radio Button

2006-08-25 Thread krishan rathi
use the code given below cheers krishan rathi. sheetal <[EMAIL PROTECTED]> wrote: Hi, To prepopulate, list box , I had attached LabelValueBean, with the select's collection ,attribute ">property="value" labelProperty="label" />

Getiing java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts

2006-08-23 Thread krishan rathi
Hi all i am getting following exception java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts. MyForm Bean is public class ReportItemForm extends ActionForm { FormItem [] formItem=null; public void setItem(int index, FormIt

having problem Using Indexed properties with Multi select inside logic iterate

2006-06-27 Thread krishan rathi
Hi i am trying to use a multi select box in logic iterate in this way in the form bean i have following code. private Map selectedBooks; public Object getBookMapped(String index) { return selectedBooks.get(key); } public void setBookMapped(String index,Obj

having problem Using Indexed properties with Multi select inside logic iterate

2006-06-27 Thread Krishan Rathi
[] value) { selectedBooks.put(key,value); } but which is throwing an illegelargumenttype exception. please help. thanks in advance. krishan. krishan Rathi