Instead of forwarding to 'setup.jsp' that has no presentation, why not
forward to 'setup.do'. If there is not presentation, and just action,
shouldn't it BE an action rather than a (non)presentation component. Your
setup.do action would then perform the prepopulation of the form and forward
to the appropriate view component.

In our current system, we are closly following this model; presentation is
seperate from behavior, and it is working out very nicely.

Dave Derry


----- Original Message -----
From: "Mohan Radhakrishnan" <[EMAIL PROTECTED]>


> Hi,
>      I have actually set up a 'Setup' form and action. After login, I
> forward to setup.jsp, that doesn't show anything(though is is a jsp) but
> pre-populates the form. How do you forward from there to the JSP that
shows
> the pre-populated form ? There is no submit action on setup.jsp.
> bye,
> Mohan
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to