In fact.. Looks like you may want to do this
wrote:
> The form propert will be whatever is rendered in the name attribute. Try this.
>
> function fillSelect(myform) {
> theSelect = myform.elements['userForm.agencyId'];
>
>
>
>
> On Wed, 17 Nov 2004 11:24:36 -0600, Apte, Dhanashree (Noblest
The form propert will be whatever is rendered in the name attribute. Try this.
function fillSelect(myform) {
theSelect = myform.elements['userForm.agencyId'];
On Wed, 17 Nov 2004 11:24:36 -0600, Apte, Dhanashree (Noblestar)
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> In my jsp, i am using nested
Hi,
In my jsp, i am using nested properties of a form.
RoleForm has UserForm which has agencies, agencyName and agencyId within it.
The agencies and divisions need to be displayed in dropdown boxes.
I got this to display correctly on my jsp using:
However, in the javascript for t
3 matches
Mail list logo