> I have an idea: how about adding an interface "Model" that has one
> method "Object getModel()". It would be implemented in ActionSupport as:
> public Object getModel() { return this; }

The only beef I have with this is that this prohibits you from having a
property "model" in the action. Having a little more obscure name would
probably do to fix this, but we should consider not having get* syntax on
this method. Other than that it sounds like a great idea.

// Anders Hovmöller



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to