Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-1856

h:commandLink with target="_blank" does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.2
    • 1.2.3
    • None
    • None

    Description

      The problem is here:

      function oamSubmitForm(formName, linkId, target, params)
      {
      /....................../
      if((typeof target=='function') && target != null)

      { oldTarget=document.forms[formName].target; document.forms[formName].target=target; }

      maybe we should do this instead

      if( target != null)

      or maybe

      if(typeof target!='undefined')

      I will take a look to see what is better

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: