<input type="hidden" name="dir_type" value="###">
instead of ### print the value of the variable merchandise_type 2011/1/22 Zeynel <[email protected]>: > On Jan 22, 12:07 pm, djidjadji <[email protected]> wrote: > >> Make merchandise_type a hidden <input> field of the form generated by >> Directory() and get the value in the DirectorySubmitHandler(). > > > Ok. I have the hidden field in the form in Directory like this: > > <input type="hidden" name="dir_type" value="merchandise_type"> > > but how do I get that > > the value of the "merchandise_type" in the DirectorySubmitHandler? > > self.request.get("dir_type") is "merchandise_type" not the url > parameter? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
