I used {{=self.search(db.foto)}} in a t3 page. I then copied and pasted the html and changed to:
<div> <form action="" enctype="multipart/form-data" method="post"> <select name="cond"> <option value="foto.title contains">title contains</option> <option value="foto.title starts with">title starts with</option> <option value="foto.title greater than">title greater than</option> <option value="foto.title equal to">title equal to</option> <option value="foto.title not equal to">title not equal to</option> <option value="foto.title less than">title less than</option> </select> <input name="value" value="11" /><br /> ordered by <select name="order"> <option value="foto.title ascending">title ascending</option> <option value="foto.title descending">title descending</option> </select> refine? <input name="refine" type="checkbox" value="on" /><br /> <input type="submit" /><br /> </form> </div> but when i click on submit, it does nothing. why?? thx, -wj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---