>
> If you refuse to use web2py's css and js files, remember that 
> response.flash and session.flash wont work
>

Well, the flash message won't *display*, but it's easy to add some very 
minimal JS code to get it to display.
 

> and also your validators also wont work. so you would have to handle form 
> validation yourself.
>

The validators will work fine without web2py's CSS and JS files. However, 
when displaying form errors, you won't get the nice slidedown effect 
without the JS (i.e., the errors will simply appear when the page is 
initially rendered rather than sliding down after page render).

Anthony

Reply via email to