--- [EMAIL PROTECTED] wrote:
> Does S2 limitthe depth to which Action Domain
objects
> can be populated?

Not as far as I know... I have three-deep fields that
work. I *may* (haven't checked in awhile) have
left-over null-creation configs, but I don't know if
they're (still?) necessary or not.

> Lastly, what are the rules with implementing
> ModelDriven on an action?  

Rules?

> Does this getModel() provide a benefit over what 
> seems to happen without it?

The primary benefit (AFAICT, anyway) is that S2 puts
the model on the OGNL stack so that you can populate
it directly instead of having to prefix it with the
model's bean property name.

I also used ScopedModelDriven to implement a
brain-dead two-step "wizard" (more like minor
magician, really) process, but that didn't seem like a
huge win to me, although I had written the code to do
the same thing until I discovered it already
existed... so minor win.

There are probably some other benefits, but those are
the two that stood out for me and the project I was
working on at the time.

d.



 
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to