Convinient method for datetime input

2007-09-22 Thread Leo
I need to generate HTML code for datetime input (Maybe with JavaScript calendar or clock, or smth. like this) Are there any convinient method to do it? WebHelpers library hasn't such functions. Thanks. --~--~-~--~~~---~--~~ You received this message because you a

Re: Formencode self validation in pylons-0.9.6

2007-09-22 Thread Leo
Looks great! Thanks. On Sep 15, 9:10 pm, Ben Bangert <[EMAIL PROTECTED]> wrote: > On Sep 15, 2007, at 5:10 AM, Леонид Моргун wrote: > > > I'm using pylons-0.9.6, formencode-0.7.1-r1 > > > I try to validate controller with form: > > > - > > @vali

how to delete a controller?

2007-09-22 Thread [EMAIL PROTECTED]
Sorry for a very beginner question: Is there any command to remove a controller (created by "paster controller controllername") using paste? Deleting the files seems to be inconvenient... thx! --~--~-~--~~~---~--~~ You received this message because you are subs

Re: accessing _action awith -action

2007-09-22 Thread Adomas Paltanavičius
In fact, dashes can be used instead of underscores anywhere, i.e. /controller/this-is-my-action is the same as /controller/this_is_my_action. Python does not allow dashes in method names but underscores look so ugly in links hence this. However, it seems you have found a bug. Cheers, Adomas On 9/