I tried #action.franchises and got the same error... is it literally #action, or is it #nameOfActionDefinedInStrutsXml?
On Mon, Aug 17, 2009 at 11:43 AM, Musachy Barroso<[email protected]> wrote: > On Mon, Aug 17, 2009 at 9:39 AM, James Carr<[email protected]> wrote: >> One note of interest though is I am using the ModelDriven interface >> for my action, but I would assume that OGNL would still resolve >> against my action in addition to my model. when I load the page, I get >> this error: > > Either the action or the model is pushed into the stack, not both. Try > "#action.franchises" that should find the map. > > musachy > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

