From: Edmund L. <el...@in...> - 2003-04-11 17:41:22
|
On 04/11/2003 04:45:37 AM Ian wrote: >Oh, I forgot to reply to this too. This is definitely on my mind. I >also wrote FunFormKit (funformkit.sf.net), which is a form >rendering/validation library. I'll be the first to admit it's too >complex, and I've wanted to reimplement it for some time... now my focus >is on reimplementing it with SQLObject in mind (though without any >actual ties). It probably wouldn't be that hard to do this rendering >right now with FFK -- Luke has mentioned at least using some stuff from >FFK with SQLObject -- but SQLObject's design makes me happy, and I want >the entire system to make me happy, and FFK doesn't do that for me. Amen. Definitely needs to be refactored/rewritten! It's very hard to extend/maintain in its current form. But, the interface to the Webware servlet is simple (at least for v0.4 and above), which is what made me use it instead of FormKit. ...Edmund. |