Hi all, I'm attempting to create a JSP that is made up of two forms. Each form needs a same form bean and is processed by a same action. The catch is that the one form comes from Header (This will be there for all the pages as part of left panel )
and second is coming from my jsp and problem occures while calling JAVA SCRIPT ie 1) if I use document. form[0] then this always points to the first form (which is there in Header) 2) if I use document.formName then there is ambiguity which form to call. so how to work in this situation Thanks Shakti