[
https://issues.apache.org/struts/browse/WW-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Holmes updated WW-1894:
-----------------------------
Fix Version/s: (was: 2.0.9)
2.0.10
Moving to 2.0.10 so that 2.0.9 can be released.
> struts2-portlet-2.0.6 ajax example not working
> ----------------------------------------------
>
> Key: WW-1894
> URL: https://issues.apache.org/struts/browse/WW-1894
> Project: Struts 2
> Issue Type: Bug
> Components: Examples
> Affects Versions: 2.0.6
> Environment: WebLogic Portal Server 9.2, Windows XP, Internet
> Explorer 6.0, Java 1.5.0_06
> Reporter: Bill Bruyn
> Assignee: James Holmes
> Fix For: 2.0.10
>
>
> 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.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.