Hi, i've been trying all day to work out how to do this and cannot get it working completely the way I want it to.
I'm building a blog and want to implement tagging. The tagging would work as such: There would be a text, tagging field that would accept multiple comma or space separated 'tags'. each word or tag would then be listed with each post, each word would be a hyperlinked so that when its clicked on it would list all articles that have that tag on it. Now I can get this working, if I have one word only. When I use spaces and or multiple words / tags the system rightfully treats it as one tag. I'm trying to work out how to accept multiple tags in one field and have them treated as multiple tags not one giant tag with spaces. I was thinking that perhaps I could use some sort of custom validator or something behind the form that split the words up so that they were treated separately but cannot figure it. Any assistance / advice would be welcome! thanks Michael Gardner --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---