Handling the user visiting the V in MVC first
Jeffrey.Rodriguez_at_gmail.com
Date: 02/28/05
- Next message: iksrazal: "Re: Using sessions with axis??"
- Previous message: Heiner Kücker: "Re: form elements"
- Next in thread: Wendy Smoak: "Re: Handling the user visiting the V in MVC first"
- Reply: Wendy Smoak: "Re: Handling the user visiting the V in MVC first"
- Reply: Oscar kind: "Re: Handling the user visiting the V in MVC first"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Feb 2005 10:48:21 -0800
While I am new to Java, I believe I understand how MVC works and how to
program for it. However, what I'm not sure of is what to do if a user
goes directly to the JSP page (the view).
Is there a standard way of handling this? My thought would be to test
if the model components are there, if not, forward to the controller to
setup the model, then forward BACK to the original view jsp page.
Is there an easy way to do this with a minimum amount of code, or am I
going about it completely wrong?
- Next message: iksrazal: "Re: Using sessions with axis??"
- Previous message: Heiner Kücker: "Re: form elements"
- Next in thread: Wendy Smoak: "Re: Handling the user visiting the V in MVC first"
- Reply: Wendy Smoak: "Re: Handling the user visiting the V in MVC first"
- Reply: Oscar kind: "Re: Handling the user visiting the V in MVC first"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|