You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ken <zj...@21cn.com> on 2003/05/27 09:56:39 UTC

different form in the action

scenario is:

                            finish answer
input page(jsp) --> Action ----------------> result display page(jsp)
     ^                 |
     |                 |
      -----------------
          not finish


there are some questions must be answered, if the answer pass to the
action,the action will check whether the questions be finished.if yes,the
action calculate the score and forward to the result display
page;otherwise,the action will forward to the input page to display the rest
questions.the problem is : the form format in input page is not the same as
the result display page,may i use two ActionForm?or put the result into the
session?or any other way?

regards,
ken




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