On Mar 10, 2008, at 11:20 AM, David LeBer wrote:
On 10-Mar-08, at 5:04 PM, Gustavo Pizano wrote:
Body : WOBody { framework = "WOExamplesHarness.framework"; filename = "aqua_bg.jpg"; newBinding = onLoad; }This should be: Body : WOBody { framework = "WOExamplesHarness.framework"; filename = "aqua_bg.jpg"; onLoad = onLoad; }
<html> <head> <title>Hello World</title> </head> <body> <webobject name = "Body"> <webobject name = "HelloImage"/> <br> Hello, what is your name?. <webobject name = "HelloWorldForum"> <webobject name = "NameField"/> <webobject name = "HelloWorldSubmitButton"/> </webobject> </webobject> </body> </html>
Looks like your template includes 2 body tags, the static <body> tag and the dynamic <webobject name = "Body"> tag which will generate a <body> tag. You need to delete the static <body> and </body> from your template. The original WebObjects Builder supported converting the static <body> tag into a dynamic <webobjects … > tag, but I don't believe this functionality is supported by WOLips (yet :-)
Aloha, Art _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
