Put a breakpoint in ListUIBean.evaluateExtraParams and you will find out what is going on.
musachy On Mon, Aug 17, 2009 at 11:09 AM, James Carr<[email protected]> wrote: > I'm giving up and putting it on the model. It doesn't belong there, > but at least it works. :( > > > > On Mon, Aug 17, 2009 at 1:06 PM, James Carr<[email protected]> wrote: >> 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] > > -- "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]

