2007/2/12, Tim Donohue <[EMAIL PROTECTED]>:
>
>
> Glenn,
>
> Hmmm....This is beginning to sound like a Javascript issue.  Since that
>   "list has no properties" error sounds like a javascript error to me
> (but, correct me if I'm wrong).
>
> A couple things to look into:
>
> 2) If you look at the Javascript code (in utils.js) which is used by
> that EPerson select window, you'll notice that it always tries to use
> the *first* form on your HTML page.  For example:
>
> window.document.forms[0].eperson_id.options[newplace] = new Option(name
> + " (" + email + ")", id);
>
> (Notice the "forms[0]", which is hardcoded to look for the *first* HTML
> <form> tag on your page)
>
> So, if you've customized your DSpace to have an HTML <form> tag within
> either your Header (/layout/header-default.jsp) OR your left-hand
> adminstrative navigation bar (/layout/navbar-admin.jsp), it's possible
> the *first* <form> tag on your page is NOT the one which contains the
> <select name="eperson_id"> tag.



This really saved my day. Is there somewhere you want me to send some kind
of micropayments over paypal?
Some project that  you specifically like which could use any small help?
I wish I could produce a large donation, but I cant, though I'd still like
to show my personal appreciation.

-- 
Some mornings, it's just not worth gnawing through the straps...
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to