You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "sunil.prabhu" <su...@exensys.com> on 2006/07/20 11:11:14 UTC

Is there any direct link between model and view in struts..

Hi ,

    Is there any direct link between model and view in struts Architecture?

Thanks and regards 
Sunil 




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Is there any direct link between model and view in struts..

Posted by Michael Jouravlev <jm...@gmail.com>.
On 7/20/06, sunil.prabhu <su...@exensys.com> wrote:
> Hi ,
>
>     Is there any direct link between model and view in struts Architecture?

If you are asking about something like automatically building input
forms or output pages based on business object's properties, then no,
Struts framework does not have such a feature. I believe there are
external projects that do that, like Appfuse. Another library,
FormDef, can build a dynaform based on properties of nested business
object, but this is not exactly what are you looking for, is it?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org