Hy all,

i'm currently trying a bit D2W after the nice Screencast from the WOWODC 2009
http://www.wocommunity.org/webobjects_screencasts.html


Now i started with a Wonder D2W Project in eclipse and everything is working all
fine.
Then i tried to replace the webobjects-definitons in the PageWrapper.html with
the "short-version" as tags (example:  <wo:WOString value="$test"/>).


So - Some Tags seem to don't work with their short-version. The autosuggest
gives me the right types, but some tags don't produce any output.


My Page:
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
 <wo:ERD2WHead><wo:ERMD2WCSSReference localContext="d2wContext"/></wo:ERD2WHead>
 <wo:WOBodyclass="bodyClass">
   <wo:WOConditionalcondition="application.isDevelopmentMode">
     <divid="ERD2WDebugFlags"><webobjectname="ERD2WDebugFlags" /></div>
   </wo:WOConditional>
   <divid="ContentWrapper">
     <divid="MenuHeader"><webobjectname="EntitiesMenu" /></div>
     <divid="MainContent"><webobjectname="MainContent" /></div>
   </div>
   <webobjectname="WOLToolBar" />
   <webobjectname="ERMD2WStyleSheetInjector" />
 </wo:WOBody>
</html>
 
WOD-Definiton:


MainContent:WOComponentContent {
    _unroll= YES;
}
 
EntitiesMenu :MenuHeader{
}
 
ERD2WDebugFlags :ERD2WDebugFlags{
   context=d2wContext;
}
 
ERMD2WStyleSheetInjector :ERMD2WStyleSheetInjector{
 localContext =d2wContext;
}
 
WOLToolBar :WOLToolBar{
 expanded =true;
}
 
 
All the Webobject-Definitions which are not directly included as tags in the
html-file don't work (no output).


Are they not implemented or is there another reason?




It would be nice to hear from you out there. Thanks in advantage!






--
Best regards,


Paul Dunkler
 _______________________________________________
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 arch...@mail-archive.com

Reply via email to