Re: WOComponent
Re: WOComponent
- Subject: Re: WOComponent
- From: Markus Ruggiero <email@hidden>
- Date: Sun, 19 Aug 2012 01:31:58 +0200
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@hidden>
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.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden