Re: Accessing form properties in Javascript

2002-03-26 Thread @Basebeans.com
Subject: Re: Accessing form properties in Javascript From: "Matt Raible" <[EMAIL PROTECTED]> === You can use document.formName.property - where formName is the name you specify in your action mapping (the name of the form-bean). Struts is only helps to produce HTML - you can alw

RE: Accessing form properties in Javascript

2002-03-26 Thread Bhaskar Gopalan
ECTED] Subject: Re: Accessing form properties in Javascript Perhaps someone else can correct me.I don't believe you can access this within JavaScript since JavaScript is "client side" and forms are server-side... You could preload hidden properties from a form selection and t

Re: Accessing form properties in Javascript

2002-03-26 Thread theron . kousek
a better way. thanks, Theron Bhaskar Gopalan cc: Subject: Accessing

Accessing form properties in Javascript

2002-03-26 Thread Bhaskar Gopalan
Hi, how do i get and set form properties inside a javascript function? Do I have to use any ref to the Form Bean? Thnx, GB -- To unsubscribe, e-mail: For additional commands, e-mail: