How does that handle type conversions (e.g. Model bean has ints, booleans,
or Integers, or whatever, and View bean has only strings)?  That's the only
reason I haven't delved into it yet.

----- Original Message -----
From: "Kris Schneider" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, March 13, 2003 9:17 AM
Subject: Re: Example of accessing DynaActionFrom properties from within an
Action


> By using BeanUtils.getProperty or PropertyUtils.getProperty you can
essentially
> ignore whether the form is a DynaActionForm or not.
>
> Quoting Ian Hunter <[EMAIL PROTECTED]>:
>
> > Since this isn't as clear as it could be, here's an example for anyone
who
> > cares:
> 8< snip >8
>
> --
> Kris Schneider <mailto:[EMAIL PROTECTED]>
> D.O.Tech       <http://www.dotech.com/>
>
> ---------------------------------------------------------------------
> 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