Formstack revisited

  • Thread starter Thread starter Boomhauer
  • Start date Start date
B

Boomhauer

Anyone know of a newer "multiple form stack" existing/being developed
for cf 2.0 use?

I had tweaked one of these a lot to add certain functionality i needed,
and would like to use something similiar in cf 2.0, but would like to
know if anyone is working on this before i jump in and build some of
this myself.

On the same topic, Id like to hear any advice others may have in doing
Form management in the cf 2.0 apps.

Brady Moritz
Fitiri Inc.
 
I guess Im just more curious about whether there is a
different/better/buillt-in way to do this with 2.0. Im sure the old one
will work ;)

Brady
 
No, CF 2.0 doesn't add anything like it. The FormStack is basically a
design pattern that builds on top of existing classes. It actually would
work under just about any language. There are definitely different ways to
go about it. Better depends on your requirements. If you're using the
FormStack and it meets your needs it would be hard to argue anything would
be better, since existing, working code is real hard to beat. :)

-Chris
 
Back
Top