Re: Question here
Re: Question here
- Subject: Re: Question here
- From: Gustavo Pizano <email@hidden>
- Date: Mon, 10 Mar 2008 16:46:55 -0500
hehe thansk for the tips, it came out finally, I didn't expected it
should be
Body : WOBody {
framework = "WOExamplesHarness.framework";
filename = "aqua_bg.jpg";
onLoad = onLoad;
}
swith the onLoad = onLoad, I didn't find that... hwo to call it...
tag, key, function?
and the book as you can see its old one, its the only one I have..
Thanks
Gus
On Mar 10, 2008, at 4:30 PM, Art Isbell wrote:
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
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