We are about to start coding the real project now so I would like to ask
some last question to know that I am going do the right road.

1) User cant go right to JSP:
    We are making it so the user has to go to a URI in the struts config not
right to a URI is this ok

2) JSP returns always to the URI/Action that display it:
    Sample: User will enter a URI of the data input screen
(/project/inputscreen.do) the action will then forward to the input JSP
page. After 
    entering the some data the user clicks the submit button and the page
will submit back to /project/inputscreen.do but this this time in 
    the action looks for some fields and then in forwards to the
/project/confirm.do urI?  
        2.1 is this right??
        2.2 should I always go back to the same action that displayed the
page first then forward to the next URI?
            2.3 should I forward to a URI /project/confirm.do or to a JSP
page?

3) At this time I am always going back to the same action(URI) that display
my page, so the first time in a data input screen I don't went the validate
to validate in the form bean validate should I just check for some field and
if the field is not filled in then don't validate?


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to