Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-1894

struts2-portlet-2.0.6 ajax example not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.0.6
    • None
    • Example Applications
    • None
    • WebLogic Portal Server 9.2, Windows XP, Internet Explorer 6.0, Java 1.5.0_06

    Description

      1. Tags containing 'nested' quotation marks yield some sort of "attribute not recgnized" error. e.g., href="<s:url action="ajaxData"/>" is a problem, so I switched that to an EL expression as illustrated in the documentation:

      <s:url id="ajaxExampleAction" action="ajaxData" />

      href="%

      {ajaxExampleAction}"

      which seems to work, except that


      2. The inclusion of the Ajax result on more than one place crashes my IE 6.0 browser pretty consistently (I don't have another browser to test with yet, unfortunately). e.g.,

      <s:div id="once" href="%{ajaxExampleAction}

      " ...>

      <s:div id="twice" href="%

      {ajaxExampleAction}

      " ...>

      is a problem. Hacked the example to include just a single ajax-enabled div and

      3. it all seems to work, except that the portal has aggregated the content instead of allowing the browser to do it in-place. i.e., the ajaxData.jsp content is surrounded by portal markup (title bar, window state controls, etc.)

      Attachments

        Issue Links

          Activity

            People

              lukaszlenart Lukasz Lenart
              bill.bruyn@gdc4s.com Bill Bruyn
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: