Ok I understand.
What I'm missing is that when the form is displayed the Action is not yet istantiated so no methods can be called. If you want to call a method of that Action you must instantiate it with the action tag.

Thanks

Il giorno 10/nov/06, alle ore 00:15, Ted Husted ha scritto:

The typical approach is to place an input method on the "Action that
is associated to the form". To display the method, you can refer to
"action_input" and then to submit the action you can refer to just
"action".  If you want to avoid defining two action elements, you can
use wildcards.

<action name="action_*" method="{1}" class="...">

--
Ing. Andrea Vettori
Consulente per l'Information Technology




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

Reply via email to