I have simple method in my root controller:

def print(self, text):
    return text

I don't know why but when I do
http://localhost:8080/print/www.paypal.com text variable is equal to
'www.paypal'. The weird thing is if I do
http://localhost:8080/print/www.paypal.com.ar I receive the whole
string.

Any idea?

I'm using TG2.1b2.

Regards,
 Diego

-- 
Diego Woitasen
XTECH

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to