Re: FormBean and JavaScript

2005-06-02 Thread eid4k
                    >                       >                                                     >               Subject >             Please respond to         FormBean and JavaScript     >         >               "Struts Users              

Re: FormBean and JavaScript

2005-06-02 Thread Rokibul Islam Khan
hi, use id attribute like : In the java script use the id to refer the field something like : document.forms[0].someId.value or document.formName.someId.value -- rokib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: FormBean and JavaScript

2005-06-02 Thread Jerry Tan
AM cc Subject Please respond to FormBean and JavaScript &qu

Re: FormBean and JavaScript

2005-06-02 Thread Jerry Tan
AM cc Subject Please respond to FormBean and JavaScript

FormBean and JavaScript

2005-06-02 Thread eid4k
Hi, I have got a problem with a Struts Form My ActionForm has two attributes User and Manager (both are classes); I am setting the manager attributes on the form via the Until here everything works as we would expect. The problems comes in here; When the JSP /Form gets rendered on the scree