You have some misconception here: the div tag will get *changed* into
the component in question. So if you need a div, your component would
need to contain one otherwise it will be gone.
Which in fact is some serious caution note: CSS styling can handle
span span ol li {
}
If your code would be
<span woid="foo"><span woid="bar">...</span>
this might resolve at runtime to:
...
Which is not quite the same...
Cheers, Anjo
Am 14.08.2006 um 22:09 schrieb John Larson:
The number of tags could be cut in half: (i.e. <div
woid="myName"></div> instead of <div><webobject name="myName"></
webobject></div>) and that means less opportunities for error.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to archive@mail-archive.com