Hi,
i tried the same thing. i'm trying to call a javascript function present in a common JS file from a
jsp, having declared it's src before this call, in the jsp. this fn in turn calls another specific JS fn, contained in another JS file, also declared with src in the original JSP file. for some reason, this sequence is not returning the right boolean value, while using a function by the same name in the JSP itself works.
any idea what's going wrong?
thanks in advance...