Re: dojo and tapestry

2007-05-08 Thread Бурлака Денис
Hello. I want to include into my project dojo-0.4.2, therefore I put it into WebContent/js/dojo/(WebContent/js/dojo/dojo.js) and define the next page: html jwcid=@Shell title=Tapestry-4.1.1 browserLogLevel=debug debugEnabled=true consoleEnabled=true

How update component on the page

2007-05-04 Thread Бурлака Денис
Hello. I have made a simple form and table on the page. I send async AJAX request to the server, then I update model (ListItem) on the server side and then I update table component on the page. But table component does't change. Here some code: Home.html page: html jwcid=@Shell