23/11/2001 16:29:51, "Pugh, Eric" <[EMAIL PROTECTED]> wrote:
>Hi,
>
>I really like the action events, they make code much simpler to do!
>
>In one case I want to be able to either do a doDiff button from one
>location, or do an <A HREF> from another page.
>
>I understand that I need to do:
> <A href="#link.setAction("MyAction")">
>
>But how do I get it to call the doDiff function, versus the default
>doPerform?
One way (not necessarily the Correct Way) is to give such an action method its
own class and make this the default method (doPerform).
colm
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>