[EMAIL PROTECTED] schrieb:
>
> Possible to call a controller inside a controller & make it appear in
> new window?
>
> e.g.
>
> def controller1(self, ...):
> ...
> controller2(self, ...)
> ...
>
> return {...}
>
> How make controller2 page pop up in a new window?
I think you are confused over:
a) the role of the server-side logic vs. client side behaviour (i.e.
HTML/JS)
b) the difference between controllers (classes!) and exposed methods.
If your question just concerns calling one exposed method within
another, why don't you just try it?
Then, if you get a problem, which you can't solve on your own, feel free
to write again, with a detailed description of what you where trying to
do and what output you got.
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---