Re: Custom Component Question
Re: Custom Component Question
- Subject: Re: Custom Component Question
- From: Chuck Hill <email@hidden>
- Date: Tue, 1 May 2007 20:12:51 -0700
A guess based on rather few details :-)
public void appendToResponse(WOResponse aResponse, WOContext aContext) {
aResponse.appendContentString("opening tag stuff here");
super. appendToResponse(aResponse, aContext);
aResponse.appendContentString("closing tag stuff here");
}
This answers, I think, your need rather than your question. Although
it does indirectly answer your question.
Chuck
On May 1, 2007, at 7:28 PM, James Cicenia wrote:
Hello -
I am trying to write my own variant of say JSWindow.
How to access what is between the <webobject name="mytag"> tags </
webobject> ?
I want to create custom opening and closing tags to wrap "tags" above.
Thanks
James Cicenia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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