On 18.08.2012, at 17:55, Ron X <[email protected]> wrote: > hi, > > i described the behaviour, but i want to see what is in the component (page) > in debug-mode, before the page-component will go to the responce. > for example i work with email - Emailer class - and i consumes a component; > everything looks good, but after all i have empty email, so i need to debug > wocomponent and see what is in it > so i need method - how to get plain text of the page from the wocomponent > Override appendToResponse()? Put a breakpoint there and see what's in the response? Use simple System.out.println() or any other such thing like NSLog? Or install the WOnder framework source and debug into the calls? Don't use WOnder? Install Jad/Jadclipse and step into decompiled code.
Does this help? Maybe you could provide us with some more details of your problems and one or two lines of relevant code? Have fun ---markus--- > thanx > > 2012/8/18 Paul Hoadley <[email protected]> > On 17/08/2012, at 6:56 PM, Ron X wrote: > >> i want to see in plain text (like curl utility) what is in the wocomponent >> (wopage) >> >> how can i do this? > > Most people would "view source" using the browser while you're on the page of > interest. > > > -- > Paul Hoadley > http://logicsquad.net/ > > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
