You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Guy Bashan <gu...@gmail.com> on 2008/05/19 15:53:27 UTC

Duplicated JavaScript

Hi, 

I noticed that there are cases the following javascript functions code is
duplicated in the page:

        function oamSetHiddenInput(formname, name, value)

        function oamClearHiddenInput(formname, name, value)

        function oamSubmitForm(formName, linkId, target, params)

 

Is it a usual thing?

 

Guy.