On 1/18/06, Mad Sweeney <[EMAIL PROTECTED]> wrote: > If I want to develop web sites without using SQLObjects (I don't like ORMs) > and without having javascript on my pages (I want to use Lynx as my > browser), > then is TG still a suitable tool for me? > Does the FormCode tool rely on Javascript? > If not, then is it still useful to install TurboGears for CherryPy, KID (and > FormCode)? > or should I just install the packages I need and forget about TG?
FormEncode is for server-side validation (though we've talked about extending it to include client side validators). There's really nothing in TurboGears that ties you to using JavaScript or SQLObject. Though widgets have special support for including JavaScript, you don't have to include JavaScript with them. Kevin

