Re: Webprogr: Link with automatic submit

2006-10-20 Thread Gregor Horvath
Bruno Desthuilliers schrieb: > yes : replace the link with another submit button, then in your > controller check which submit has been successful and take appropriate > action. Thanks ! -- Servus, Gregor -- http://mail.python.org/mailman/listinfo/python-list

Re: Webprogr: Link with automatic submit

2006-10-20 Thread Bruno Desthuilliers
Gregor Horvath wrote: > Hi, > > As I am no expert web programmer I thought I'd better ask the experts if > there is a simpler or better solution to my problem than the one I am > thinking of. (using TurboGears) > > The problem > --- > > I have a form. Ok. you can submit, validate it etc.