On 2010-01-26, at 3:34 PM, James Cicenia wrote:

> I am trying to figure out how to put tabs on my page.
> 
> I am using a subclass of ERD2WTabInspectPage
> 
> I have a rule that sets "tabs"  and the tabComponentName.
> 
> What am I missing to get them to appear.

Do you have something like:

100 (entity.name = 'Movie' and (task = 'inspect' or task = 'edit')) => subTask 
= "tab"
100 (entity.name = 'Movie' and (task = 'inspect' or task = 'edit')) => 
tabSectionsContents = ( ("Foo", ("FooBar", "title", "category", 
"dateReleased"), ("FooBaz", "plotSummary", "posterName")),  ("Bar", "revenue", 
"studio"))

The second rule will give you:

Tabs:   Foo, Bar

Sections under Foo: FooBar, FooBaz

Like:

FooBar
        title
        category
        dateReleased

FooBaz
        plotSummary
        posterName

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:        http://www.linkedin.com/in/davidleber
twitter:        http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 _______________________________________________
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]

Reply via email to