( 40 : *true* => navigationState = Home [com.webobjects.directtoweb.Assignment], 50 : pageConfiguration like '*Dog*' => navigationState = Dogs [com.webobjects.directtoweb.Assignment], 50 : pageConfiguration like '*Person*' => navigationState = People [com.webobjects.directtoweb.Assignment], 60 : pageConfiguration like 'ListDog*' => navigationState = Dogs.SearchDog [com.webobjects.directtoweb.Assignment], 60 : pageConfiguration like 'QueryDog*' => navigationState = Dogs.SearchDog [com.webobjects.directtoweb.Assignment], 60 : pageConfiguration like 'CreateDog*' => navigationState = Dogs.CreateDog [com.webobjects.directtoweb.Assignment], 60 : pageConfiguration like 'ListPerson*' => navigationState = People.SearchPerson [com.webobjects.directtoweb.Assignment], 60 : pageConfiguration like 'QueryPerson*' => navigationState = People.SearchPerson [com.webobjects.directtoweb.Assignment], 60 : pageConfiguration like 'CreatePerson*' => navigationState = People.CreatePerson [com.webobjects.directtoweb.Assignment], 60 : (pageConfiguration like 'InspectDog*' or pageConfiguration like 'EditDog*') => navigationState = Dogs.SearchDog [com.webobjects.directtoweb.Assignment], 60 : (pageConfiguration like 'InspectPerson*' or pageConfiguration like 'EditPerson*') => navigationState = People.SearchPerson [com.webobjects.directtoweb.Assignment], 100 : *true* => look = ERModernLook [com.webobjects.directtoweb.Assignment], 100 : *true* => isEntityEditable = true [com.webobjects.directtoweb.BooleanAssignment], 100 : *true* => isEntityDeletable = true [com.webobjects.directtoweb.BooleanAssignment], 100 : (task = 'inspect' and smartRelationship.isToMany = 1) => componentName = ERDList [com.webobjects.directtoweb.Assignment], 100 : (pageConfiguration like 'Edit*Dog' or pageConfiguration like 'Inspect*Dog') => subTask = tab [com.webobjects.directtoweb.Assignment], 100 : (pageConfiguration like 'Edit*Person' or pageConfiguration like 'Inspect*Person') => subTask = tab [com.webobjects.directtoweb.Assignment], 100 : ((task = 'select' or task = 'list' or task = 'editRelationship') and entity.name = 'Dog') => displayPropertyKeys = (name ) [com.webobjects.directtoweb.Assignment], 100 : ((task = 'select' or task = 'list' or task = 'editRelationship') and entity.name = 'Person') => displayPropertyKeys = (firstName,lastName ) [com.webobjects.directtoweb.Assignment] )