need help with rule

2012-07-31 Thread Theodore Petrosky
my model has: Project toOne ProjectCategory. I have a key 'currentProjectCategory' in my ERXThreadStorage. When I access my query page, I want to set the ProjectCategory with this value. lhs pageConfiguration = 'QueryProject' and propertyKey = 'projectCategory' what is the assignment and rhs

Re: need help with rule

2012-07-31 Thread Jesse Tayler
what's the rule you are trying to write here Ted? you are setting your page configuration based on a literal string AND propertyKey = literal? are you trying to set a variable or are you trying to read some state and setup a page configuration? On Jul 31, 2012, at 6:09 AM, Theodore Petrosky

Re: need help with rule

2012-07-31 Thread Theodore Petrosky
I want to set the value of an object in a query page from a variable that lives in the session. session().currentProject(); Ted --- On Tue, 7/31/12, Jesse Tayler jtay...@oeinc.com wrote: From: Jesse Tayler jtay...@oeinc.com Subject: Re: need help with rule To: Theodore Petrosky tedp

Re: need help with rule

2012-07-31 Thread Jesse Tayler
in a query page from a variable that lives in the session. session().currentProject(); Ted --- On Tue, 7/31/12, Jesse Tayler jtay...@oeinc.com wrote: From: Jesse Tayler jtay...@oeinc.com Subject: Re: need help with rule To: Theodore Petrosky tedp...@yahoo.com Cc: webobjects-dev