Hello All. I'm trying use Dojo in Tapestry 4.1.1. I have made the next page: <html jwcid="@Shell" title="Tapestry-4.1.1" browserLogLevel="debug" debugEnabled="true" consoleEnabled="true"> <body jwcid="@Body"> <span jwcid="[EMAIL PROTECTED]" script="literal:DojoInclude.script"/> <div dojoType="datepicker" widgetId="widgetId"></div> </body> </html> DojoInclude.script: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script PUBLIC "-//Apache Software Foundation//Tapestry Script Specification 3.0//EN" "http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd"> <script> <body> dojo.require("dojo.widget.*"); </body> </script> but DatePicker widget does't appear on the result html page. What I'm doing wrong? Please, help me. Thanks a lot. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- dojo and tapestry Denis Burlaka
- Re: dojo and tapestry Denis Burlaka
- Re: dojo and tapestry Jesse Kuhnert
- Re: dojo and tapestry Бурлака Денис