You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "kishore kumar (JIRA)" <ji...@apache.org> on 2009/10/26 16:21:50 UTC

[jira] Updated: (WW-3297) Widgets not getting loaded in ajax enabled divs

     [ https://issues.apache.org/struts/browse/WW-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

kishore kumar updated WW-3297:
------------------------------

    Description: 
Hi ,

When i call the some action page through dojo div tag the result is not proper. My target page has DOJO accordian container which i am calling using
<sx:div href="someaction" executeScripts="true">
</sx:div>

When i investigated further i found that scripts are not executing at all eventhough i have set executeScripts to true.

i am sure that when i execute the jsp page alone i get the proper result.

Thanks,
Kishore

  was:
Hi ,

When i call the some action page through dojo div tag the result is not proper. My target page has DOJO accordian container which i am calling using
<sx:div href="someaction">
</sx:div>
but div is filled with plain text..(Its need not be the accordian container i tested some other ajax controls using jquery but it did not work eather)

i am sure that when i execute the jsp page alone i get the proper result.

Thanks,
Kishore


> Widgets not getting loaded in ajax enabled divs
> -----------------------------------------------
>
>                 Key: WW-3297
>                 URL: https://issues.apache.org/struts/browse/WW-3297
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.1.6
>         Environment: Windows XP, weblogic server
>            Reporter: kishore kumar
>            Priority: Critical
>
> Hi ,
> When i call the some action page through dojo div tag the result is not proper. My target page has DOJO accordian container which i am calling using
> <sx:div href="someaction" executeScripts="true">
> </sx:div>
> When i investigated further i found that scripts are not executing at all eventhough i have set executeScripts to true.
> i am sure that when i execute the jsp page alone i get the proper result.
> Thanks,
> Kishore

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.