|
Hello,
We are trying to find a clue for this typical case:
from a form with research critiria, we want to create a page with the
list of results. We have an "ActionForm" associated to the form. The
"ActionForm" is submitted to the class "Action" which shows the list of
results. But we want to have an "ActionForm" which contains the list as well.
However, one class "Action" can be mapped on only one "ActionForm". How to
do to have both "ActionForm" mapped on the same class "Action"
?
Thanks for your answers.
T. Lempereur.
|

