I would like to apologize for the static, you have all been very
helpful, I am truly, but only half the dork that bruno called me :-).
The reason for the form nor rendering was that it was rendering a test
form that was an exact copy. A little sleep makes wonders.

Thanks

On Oct 4, 11:59 am, voltron <[EMAIL PROTECTED]> wrote:
> Thanks Uwe,
>
> But the forms action is using post, method="post", ebven this is in my
> routing.py , conditions=dict(method="POST")
>
> Other ideas?
>
> On Oct 4, 7:29 am, Uwe Feldtmann <[EMAIL PROTECTED]> wrote:
>
> > Perhaps you're running out of data space on the url.
> > If you are using GET on the form all the data is on the url and is
> > limited to about 500bytes I think (please correct me).
> > Try using POST. The data is send in the body and not the url and can be
> > much larger.
>
> > Uwe.
>
> > voltron wrote:
> > > This seems very weird to me, the more the reason why its so hard to
> > > describe, which labels me an idiot( is your harddrive formatted) of
> > > some sorts according to bruno. I´ll try to explain
>
> > > I receive data from several forms using FormEncode, save to a database
> > > and re-render the same form with the data I just saved
>
> > > data ->"myform.tmpl"  -> process data--> use s.variables to pass data
> > > onto my form template ---> "myform.tmpl"
>
> > > nothing special, always works
>
> > > in this case, I am captruring data  from a very large form, the
> > > controller form that takes care of this is over 50 lines long, I
> > > think, and when I try to use the same procedure as always( as above)
> > > it does not work


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to