Re: why Input form is skipped

2006-01-04 Thread Michael Jouravlev
"input" form is not an input form, it is an error form. Bad naming. Michael. On 1/4/06, PC Leung <[EMAIL PROTECTED]> wrote: > If the user clicks the submit button, then configuration > tells where "success" URL to go. > But user has no chance to click the submit button, > because the form does no

Re: why Input form is skipped

2006-01-04 Thread PC Leung
If the user clicks the submit button, then configuration tells where "success" URL to go. But user has no chance to click the submit button, because the form does not display at all. And it is forwarded to "success" URL automatically! On 1/1/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > What do

Re: why Input form is skipped

2005-12-31 Thread Laurie Harper
What do you mean by 'the form is skipped'? The configuration has one action mapping with two logical outcomes, each of which is mapped to different actions. The code for that action always returns the outcome 'success'. Thus, whenever your request /selectUser.do, Struts should forward to the /s

why Input form is skipped

2005-12-30 Thread PC Leung
I just want the control passing to a form with a dropdown box so that user can click. The form does not have a chance to display and it is skipped to the subsequent form. Why is it so? The following is the action class associated with the form being skipped. Thanks public final class SelectUs