WOComponent template method
WOComponent template method
- Subject: WOComponent template method
- From: Jeff Martin <email@hidden>
- Date: Mon, 26 Jan 2004 21:08:20 -0600
I want to encapsulate a simple component in a single (source) file, so
my WOComponent subclass simply implements the template() method, which
in turn calls templateWithHTMLString() from a couple of String literals
for the HTML and wod data. WebObjects seems to be unhappy with this -
it takes a long time and it complains:
[2004-01-26 20:44:03 CST] <WorkerThread0>
<com.webobjects.appserver._private.WOComponentDefinition> No template
found for component RMPDFPage at "file:/Temp/Builds/Movies.woa/".
How can I make it not look for a template file?
Also, my test app seems to work best if I specify the whole path to my
component in pageWithName() (eg,
pageWithName("com.reportmill.webobjects.RMPDFPage"). Is this the
recommended convention?
jeff
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.