Jorge Godoy wrote:
>> might have something to do with error handling otherwise I doubt it.
> 
> Why is errorhandling.py appearing then?
> 
Because expose always calls errorhandling.try_call to wrap the method 
call in a try-catch block and dispatch any resulting errors.

>> What's the value like inside the controller method (in other words, what do
>> you get passed in).
> 
> I didn't get your question.  It is a form, I pass a resultset from SQLObject.
> 

Your controller method looks something like

@expose(...)
@...
def foo(self, *args, **kw):
   ...

What I would like to know is, whether values passed in via args and kw 
are properly encoded or not (this way we can limit our search of what is 
causing thes anormality).

Thanks,
Simon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to