You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Dilip Parihar (JIRA)" <ji...@apache.org> on 2008/08/21 00:15:24 UTC

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

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.


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

Posted by Musachy Barroso <mu...@gmail.com>.
Please, post your questions on the user list, believe it or not you
have a better chance of finding a solution there.

musachy

On Fri, Aug 29, 2008 at 3:38 PM, MyAshok <ta...@gmail.com> wrote:
>
> hi,
>
> same code is working in some other jsp. I think the current issue is because
> of the line <s:a> is placed inside s:iterator. This is just a extra info.
>
> thanks
> ashok
>
>
>
>
>
> MyAshok wrote:
>>
>> Hi all,
>>
>> Pls help me asap.
>>
>> Same error but in s:a
>>
>> <s:a theme="ajax" href="/viewdetail.action" id ="url1"
>> showLoadingText="false" targets="mainpage">Hai</s:a>
>>
>>  I think everything is correct, but showing in debug mode xmlhttptransport
>> error callback failed:[object Error]
>>
>> With Hope,
>> Ashok.
>>
>>
>>
>>
>>
>> JIRA jira@apache.org wrote:
>>>
>>>
>>>     [
>>> https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44597#action_44597
>>> ]
>>>
>>> Dave Newton commented on WW-2778:
>>> ---------------------------------
>>>
>>> Eventually, probably--you just filed it yesterday.
>>>
>>> You can help your own cause by providing a patch.
>>>
>>>> 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.
>>>
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/-jira--Created%3A-%28WW-2778%29-autocomplete-in-struts-2-tp19079114p19226204.html
> Sent from the Struts - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


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

Posted by MyAshok <ta...@gmail.com>.
hi,

same code is working in some other jsp. I think the current issue is because
of the line <s:a> is placed inside s:iterator. This is just a extra info.

thanks
ashok





MyAshok wrote:
> 
> Hi all,
> 
> Pls help me asap.
> 
> Same error but in s:a
> 
> <s:a theme="ajax" href="/viewdetail.action" id ="url1"
> showLoadingText="false" targets="mainpage">Hai</s:a>
> 
>  I think everything is correct, but showing in debug mode xmlhttptransport
> error callback failed:[object Error]
> 
> With Hope,
> Ashok.
> 
> 
> 
> 
> 
> JIRA jira@apache.org wrote:
>> 
>> 
>>     [
>> https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44597#action_44597
>> ] 
>> 
>> Dave Newton commented on WW-2778:
>> ---------------------------------
>> 
>> Eventually, probably--you just filed it yesterday.
>> 
>> You can help your own cause by providing a patch.
>> 
>>> 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.
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28WW-2778%29-autocomplete-in-struts-2-tp19079114p19226204.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


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

Posted by MyAshok <ta...@gmail.com>.
Hi all,

Pls help me asap.

Same error but in s:a

<s:a theme="ajax" href="/viewdetail.action" id ="url1"
showLoadingText="false" targets="mainpage">Hai</s:a>

 I think everything is correct, but showing in debug mode xmlhttptransport
error callback failed:[object Error]

With Hope,
Ashok.





JIRA jira@apache.org wrote:
> 
> 
>     [
> https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44597#action_44597
> ] 
> 
> Dave Newton commented on WW-2778:
> ---------------------------------
> 
> Eventually, probably--you just filed it yesterday.
> 
> You can help your own cause by providing a patch.
> 
>> 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.
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28WW-2778%29-autocomplete-in-struts-2-tp19079114p19226108.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


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

Posted by "Dilip Parihar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44595#action_44595 ] 

Dilip Parihar commented on WW-2778:
-----------------------------------

Will somebody work on this issue please?

thanks,
Dilip Parihar

> 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.


[jira] Issue Comment Edited: (WW-2778) autocomplete in struts 2

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44597#action_44597 ] 

newton_dave edited comment on WW-2778 at 8/21/08 3:40 PM:
----------------------------------------------------------

Eventually, probably--you just filed it yesterday.

You can help your own cause by providing a patch. Asking on the struts-user list may also be of value.

      was (Author: newton_dave):
    Eventually, probably--you just filed it yesterday.

You can help your own cause by providing a patch.
  
> 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.


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

Posted by "Dilip Parihar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dilip Parihar updated WW-2778:
------------------------------

    Attachment: autocomplete.JPG

> 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
>         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.


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

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44597#action_44597 ] 

Dave Newton commented on WW-2778:
---------------------------------

Eventually, probably--you just filed it yesterday.

You can help your own cause by providing a patch.

> 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.


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

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton updated WW-2778:
----------------------------

    Assignee:     (was: Adi Baron)

Please don't assign people.

> 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.