Re: Tapestry DatePicker and some thoughts about ajax

2006-02-10 Thread Cliff Zhao
Tapestry's stronghold is the server side. What I really like to see is a well defined structure and JavaScript API so that we can use it to enhance the client dynamics by handcrafted javascript or by integrating other Ajax tools. For example, I can not find any document on how to customize the clie

Re: Tapestry DatePicker and some thoughts about ajax

2006-02-10 Thread Jesse Kuhnert
That seems reasonable enough, but I'm not sure I understand your meaning in relation to adding more scripting support. Have you seen the @Script component (which the DatePicker uses) ? I don't think I've seen a web framework that provides more scripting support than tapestry. Regardless, I would

Tapestry DatePicker and some thoughts about ajax

2006-02-10 Thread Cliff Zhao
We had a problem of disabling DatePicker field in javascript. Although the input can be disabled, the calendar link can not. That gives some weird feeling. We finally make it disabled with JavaScript, but it may not be future-proof. It may not work if Tapestry changes how the DatePicker renders. I