On 6/15/07, M. Bitner <[EMAIL PROTECTED]> wrote:
That got it working - thank you all so much for your help.

Turns out I was wrong, though, and it's the "class" attribute that has
to match up.  Been awhile since I looked at that.  Good that you
solved your problem, anyway.


-Dave




On 6/15/07, David Durham, Jr. <[EMAIL PROTECTED]> wrote:
> On 6/14/07, M. Bitner <[EMAIL PROTECTED]> wrote:
> >         <bean id="AddStoryCardAction"
>
> >         <action name="AddStoryCard"
>
> Your action name has to correspond to your bean id, so:
>
> <action name="AddStoryCardAction" ...
>
> or
>
> <bean id="AddStoryCard" ...

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

Reply via email to