Thanks a lot massimo. U r the man!
Thank u leonel n Anthony. That was very helpful. Nice to have so many experts on this site!
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/jUQ8G3GCdBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
R u in the states? Looking for work?
There's nothing wrong with that code. You may want to do additional checks on request.args(0), for instance making sure it's an int with request.args(0, cast=int) and even that it's an id of a category that actually exists (which you may want to use to inform the user why he isn't getting any results). Otherwise it's perfectly fine to do it that way.
--
Thats cool. I was telling massimo that I have some ideas. Would b nice to network if something does spin off.