I've got a Dialog of which the content change. My Dialog appears correctly by using a AjaxDirectLink which calls the method show(), but if I click again the content won't be updated. If I do the same with a DirectLink or tacos:DirectLink the content is updated. The AjaxDirectLink has for updateComponents the id of the dialog. I tried to update with a ajax request the whole page (from <body> to </body> for example) with the component Any or Id, but it didn't change anything.
Of course it can be resolved by using a DirectLink, but I think this a bug and maybe it can be solved. Here is a sample of code. <component id="ajaxDirectLink_Show_DialogBindintTo" type="tacos:AjaxDirectLink"> <binding name="listener" value="listener:showDialogBindintTo"/> <binding name="parameters" value="prop:parameters"/> <binding name="updateComponents" value="ognl:{'dialog_BindingTo'}"/> </component> <component id="dialog_BindingTo" type="tacos:Dialog"> <binding name="hidden" value="prop:hiddenBindingToDialog"/> </component> <component id="insert_BindingTo" type="Insert"> <binding name="value" value="prop:langBindingTo"/> </component> <span jwcid="dialog_BindingTo"> <span jwcid="insert_BindingTo"/> </span> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Tacos-devel mailing list Tacos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tacos-devel