Hi,

you don't call the Inputpage you call the action like:

http://somehost.com/start.action

then action is called and you can populate the form which is associated with
this action.

Frank

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of André Augusto
de Oliveira Aragão
Sent: Wednesday, July 10, 2002 6:31 PM
To: [EMAIL PROTECTED]
Subject: [MVC-Programmers] Struts + MVC Philosophical question


HI!

I'm using struts to develop an application. I have an action, that has an
input page, and a result page. However, the input page needs information
that is in the model. Following mvc, I can´t access the model directly from
view. With struts, the input page is called before calling the action.
Strictly following MVC, how can I populate the input page with model info I
need? Any ideas?


_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers


_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers

Reply via email to