Do you have a rule like this? 100 : *true* => look = "ERModernLook" [com.webobjects.directtoweb.Assignment]
On 2011-12-12, at 1:41 PM, Theodore Petrosky wrote: > I followed the D2W embedded example. > > I created a sample Wonder App. then added D2W. Since it is not working > correctly, I created a Wonder D2S app just to see what it would look like and > it resembles the 'good' screen shot from David. > > I checked the Java build path from the good app and compared it to the path > of my 'bad' app and they are the same. I cleaned my app and tried it again, > but still no joy. > > Where else should I look for this blinding binding error. > > > --- On Mon, 12/12/11, Jesse Tayler <[email protected]> wrote: > >> From: Jesse Tayler <[email protected]> >> Subject: Re: first foray into D2W >> To: "Theodore Petrosky" <[email protected]> >> Cc: "David LeBer" <[email protected]>, "WebObjects Development" >> <[email protected]> >> Date: Monday, December 12, 2011, 2:38 PM >> you have an old look AND you have the >> debugging UI on where you can see element areas -- this you >> can turn off using a debug toolbar in the corner of the page >> during development. >> >> are you linking to the modern frameworks as well as setting >> the rules to turn them on? >> >> On Dec 12, 2011, at 2:33 PM, Theodore Petrosky wrote: >> >>> I attached a screen shot of what I am seeing, and it >> look nothing like what you showed. >>> >>> What could I be missing? A framework (but shouldn't it >> complain if one were missing?)? >>> >>> Thanks for the help. >>> >>> Ted >>> >>> --- On Mon, 12/12/11, David LeBer <[email protected]> >> wrote: >>> >>> From: David LeBer <[email protected]> >>> Subject: Re: first foray into D2W >>> To: "Theodore Petrosky" <[email protected]> >>> Cc: "WebObjects Development" <[email protected]> >>> Date: Monday, December 12, 2011, 2:18 PM >>> >>> That is weird. >>> ModernLook has css classes assigned to html elements >> out the wazoo. >>> Your list page should look something like this, if it >> doesn't then you the ModernLook page components are not >> being used. >>> >>> D >>> -- >>> David LeBer >>> Codeferous Software >>> >>> On 2011-12-12, at 2:05 PM, Theodore Petrosky wrote: >>> I have a model (a framework). I specified a few >> rules: >>> >>> ( >>> 100 : *true* => look = ModernLook >> [com.webobjects.directtoweb.Assignment], >>> 100 : *true* => isEntityEditable = >> true [com.webobjects.directtoweb.BooleanAssignment], >>> 100 : (task = 'list' and entity.name = >> 'Grid') => displayPropertyKeys = >> (center,comments,billing) >> [com.webobjects.directtoweb.Assignment] >>> ) >>> >>> and this works great. I add /wa/ListGrid to the >> end of the URL on my development box and it does what is >> expected. Perhaps it is the ModernLook but I am looking at >> the generated HTML and I don't see that the table cells are >> labeled with classes nor ids so I could hook into the css. >>> >>> Am I working on the wrong direction? >>> >>> Ted >>> >>> - >>> >>> --- On Mon, 12/12/11, David LeBer <[email protected]> >> wrote: >>> >>> From: David LeBer <[email protected]> >>> Subject: Re: first foray into D2W >>> To: "Theodore Petrosky" <[email protected]> >>> Cc: "WebObjects Development" <[email protected]>, >> "David Holt" <[email protected]> >>> Date: Monday, December 12, 2011, 2:01 PM >>> Definitely, >>> >>> CSS all the way. You can either add your own >> stylesheet and >>> override the base css in the skin framework, or you >> can >>> duplicate the skin framework to create your own. >>> >>> The modern look components pretty much ignore any >> rules >>> that define element sizes, and if they *are* >> supported, >>> those values will be overridden by the css anyway. >>> >>> -- >>> David LeBer >>> Codeferous Software >>> >>> On 2011-12-12, at 1:45 PM, David Holt wrote: >>> >>> Hi Ted, >>> >>> I would do the changes in CSS. >>> >>> There are rules for some of that stuff, but they were >>> made in the pre-CSS days and therefore obsolete in my >>> opinion. >>> >>> David >>> >>> >>> On 2011-12-12, at 10:42 AM, Theodore Petrosky wrote: >>> >>> Thank you Ramsey Gurley for the Wonderful >>> presentation on embedded D2W. I finally have it >> working. >>> >>> But I am trying to alter the look of the page. I >>> don't understand. Do I need to alter the underlaying >> css, or >>> am I supposed to create rules that relate to the width >> of >>> elements, or do I create css that overrides the >> underlaying >>> css. >>> >>> >>> >>> Ted >>> _______________________________________________ >>> 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/dleber_wodev%40codeferous.com >>> >>> This email sent to [email protected]<Screen >> Shot 2011-12-12 at 2.29.50 PM.png> >> _______________________________________________ >>> 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/jtayler%40oeinc.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/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]
