gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

href attribute of dialog is ignored when opened by an anchor without href attribute #887

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
    <sj:dialog 
        id="myremotelinkdialog" 
        href="%{remoteurl1}"
        autoOpen="false" 
        modal="true" 
        title="Dialog with different Content"
        openTopics="openRemoteDialog"
    />

    <sj:a 
        openDialog="myremotelinkdialog"
        openDialogTitle="Dialog One"
        button="true"
        buttonIcon="ui-icon-newwin"
    >

What is the expected output? What do you see instead?

Dialog should be opened with remote content. But AJAX request was never 
executed.

Which struts2 version?
2.3.x

Which struts2-jquery plugin version?
3.3.3

Original issue reported on code.google.com by johgep on 8 Sep 2012 at 8:34

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/struts2-jquery/source/detail?r=1708

Original comment by johgep on 8 Sep 2012 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 15 Oct 2012 at 6:45