autocomplete in struts 2
------------------------
Key: WW-2778
URL: https://issues.apache.org/struts/browse/WW-2778
Project: Struts 2
Issue Type: Bug
Components: Plugin - Dojo Tags
Affects Versions: 2.0.11.2
Environment: Miscrosoft Windows XP 2002
Reporter: Dilip Parihar
Assignee: Adi Baron
<s:autocomplete ..... > do not fetch any result from action class and does
nothing.
Reported this error using Internet Explorer 7.0
DEBUG: XMLHttpTransport error callback failed: TypeError: node is null
Using firefox autocomplete shows this error.
DEBUG: [SyntaxError: missing } in XML expression, file:
http://localhost:8080/MusicAwards/struts/dojo/dojo.js, line: 141]
<s:url ......> tested using <s:div> tag.
<s:div theme="ajax"
href="%{jsonList}" loadingText="Loading info..."
indicator="indicator1"/>
Results in the same error on dojo.js line 141 (node is null).
Check
http://www.planetstruts.org/struts2-showcase/ajax/autocompleter/
last example of 'color' and 'fruit' it shows similar error.
<s:autocompleter ...> and <s:div....> both are not workiing in struts 2.0.11.2
in Internet Explorer 7.0 or Firefox.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.