Have you tried this with the latest nightly build - I was having similar
problems with some of the standard parameters struts uses (e.g. Cancel
button indicator and Transaction tokens) - my forms were trying to get the
"org" bean.

I changed the form population mechanims to ignore parameters that start
"org.apache.struts." recently to resolve this - try it with the nightly
build.

Niall
----- Original Message ----- 
From: "Michael McGrady" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 10, 2004 4:37 PM
Subject: Re: <html:image> this.that.x=4 and this.that.y=9 translations in
ActionForm


> At 08:04 AM 8/10/2004, you wrote:
> >There's some really cool code in there (BeanUtils) by the way.  Makes we
> >want to play with MessageResources so I don't have to say
> >
> >invalid.combination={0} is not a valid plan for {1}
> >
> >but instead i can say
> >
> >invalid.combination={0.planName} is not valid with {1.package.phone.name}
> ></extra>
> >
> >Hubert
>
>
> Thanks a million, Hubert.  That is a cool idea.  I am trying to do a
number
> of things.  Among other things, I want to make my forms implement Map and
> then to have them instrumented via composition.  However, the present code
> won't let you use an ActionForm as a Map: it things the org.[etc] in the
> name is a reference to a class "org" with a method getApache().  lol  I am
> not kidding.  Anyway, this is helpful and I am getting some better
> knowledge in this area.
>
> Michael
>
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to