Three things to check off the top of my head: You don't have WOOgnl in your classpath.
You don't have the properties set correctly in your build.properties: component.inlineBindingPrefix=$ component.inlineBindingSuffix= You don't have your properties set correctly: # OGNL ognl.helperFunctions=true ognl.inlineBindings=true On 2011-03-24, at 3:17 PM, Paul Dunkler XYRALITY GmbH wrote: > 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:WOBody class = "bodyClass"> > <wo:WOConditional condition = "application.isDevelopmentMode"> > <div id = "ERD2WDebugFlags"><webobject name = "ERD2WDebugFlags" /></div> > </wo:WOConditional> > <div id = "ContentWrapper"> > <div id = "MenuHeader"> <webobject name = "EntitiesMenu" /> </div> > <div id = "MainContent"> <webobject name = "MainContent" /> </div> > </div> > <webobject name = "WOLToolBar" /> > <webobject name = "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 ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com > > This email sent to [email protected]
_______________________________________________ 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]
