You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Wes Wannemacher (JIRA)" <ji...@apache.org> on 2008/12/02 07:32:36 UTC

[jira] Commented: (WW-2778) autocomplete in struts 2

    [ https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45090#action_45090 ] 

Wes Wannemacher commented on WW-2778:
-------------------------------------

I'm not able to reproduce, I followed the link to planetstruts.org and it is not obvious which version of struts is running there, but it appears to be 2.0.x since it's s:autocompleter rather than sx:autocompleter. The autocompleters worked for me in Firefox... This may be a non-issue.

> 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
>         Attachments: autocomplete.JPG
>
>
> <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.