Re: T5: jscalendar and prototype

2008-01-04 Thread Chris Lewis
Firstly, you can slim your code by using annotations to handle adding your css and js - see docs for @IncludeJavaScriptLibrary and @IncludeStylesheet (http://tapestry.apache.org/tapestry5/tapestry-core/guide/ajax.html and http://tapestry.apache.org/tapestry5/tapestry-core/guide/css.html). Now

T5: jscalendar and prototype

2008-01-03 Thread Foror
Addition for previous: Page not contains Form component - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T5: jscalendar and prototype

2008-01-03 Thread Foror
jscalendar requires prototype and scriptaculo libs? If is not requires, why they appear in a web-page? public class MyPage { @Inject @Path("${tapestry.jscalendar}/skins/aqua/theme.css") private Asset themeStylesheet; @Inject @Path("${tapestry.jscalendar}/calendar_stripped.js"